Mesh: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-21 17:46:03 +02:00
committed by wwmayer
parent 8701e0b7a1
commit 5177007994
83 changed files with 201 additions and 809 deletions

View File

@@ -3098,10 +3098,6 @@ MeshCleanup::MeshCleanup(MeshPointArray& p, MeshFacetArray& f)
{
}
MeshCleanup::~MeshCleanup()
{
}
void MeshCleanup::SetMaterial(Material* mat)
{
materialArray = mat;
@@ -3228,10 +3224,6 @@ MeshPointFacetAdjacency::MeshPointFacetAdjacency(std::size_t p, MeshFacetArray&
Build();
}
MeshPointFacetAdjacency::~MeshPointFacetAdjacency()
{
}
void MeshPointFacetAdjacency::Build()
{
std::vector<std::size_t> numFacetAdjacency(numPoints);