Mesh: modernize C++: use equals default
This commit is contained in:
@@ -123,10 +123,6 @@ MeshEvalOrientation::MeshEvalOrientation (const MeshKernel& rclM)
|
||||
{
|
||||
}
|
||||
|
||||
MeshEvalOrientation::~MeshEvalOrientation()
|
||||
{
|
||||
}
|
||||
|
||||
bool MeshEvalOrientation::Evaluate ()
|
||||
{
|
||||
const MeshFacetArray& rFAry = _rclMesh.GetFacets();
|
||||
@@ -267,10 +263,6 @@ MeshFixOrientation::MeshFixOrientation (MeshKernel& rclM)
|
||||
{
|
||||
}
|
||||
|
||||
MeshFixOrientation::~MeshFixOrientation()
|
||||
{
|
||||
}
|
||||
|
||||
bool MeshFixOrientation::Fixup ()
|
||||
{
|
||||
MeshTopoAlgorithm(_rclMesh).HarmonizeNormals();
|
||||
@@ -284,10 +276,6 @@ MeshEvalSolid::MeshEvalSolid (const MeshKernel& rclM)
|
||||
{
|
||||
}
|
||||
|
||||
MeshEvalSolid::~MeshEvalSolid()
|
||||
{
|
||||
}
|
||||
|
||||
bool MeshEvalSolid::Evaluate ()
|
||||
{
|
||||
std::vector<MeshGeomEdge> edges;
|
||||
|
||||
Reference in New Issue
Block a user