Skip to content

Commit

Permalink
[MTL] Remove unnecessary dtor. Includes/fwd-decls
Browse files Browse the repository at this point in the history
  • Loading branch information
endJunction committed Jul 26, 2023
1 parent 114385c commit 9a5b50d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions MeshToolsLib/MeshEditing/MeshRevision.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "MathLib/GeometricBasics.h"
#include "MeshLib/Elements/Elements.h"
#include "MeshLib/Mesh.h"
#include "MeshLib/Properties.h"
#include "MeshLib/Utils/DuplicateMeshComponents.h"

namespace MeshToolsLib
Expand Down
5 changes: 0 additions & 5 deletions MeshToolsLib/MeshEditing/MeshRevision.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@
#include <string>
#include <vector>

#include "MeshLib/Properties.h"

// forward declaration
namespace MeshLib
{
class Mesh;
class Node;
class Element;
} // namespace MeshLib

namespace MeshToolsLib
Expand All @@ -46,8 +43,6 @@ class MeshRevision
*/
explicit MeshRevision(MeshLib::Mesh& mesh);

virtual ~MeshRevision() = default;

/// Returns the number of potentially collapsible nodes
unsigned getNumberOfCollapsibleNodes(
double eps = std::numeric_limits<double>::epsilon()) const;
Expand Down

0 comments on commit 9a5b50d

Please sign in to comment.