Skip to content

Commit

Permalink
Fix issue#160: UniformSmoothFix removed
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb authored and mpoudot committed Jan 7, 2025
1 parent 2e1bcc4 commit c9c2a13
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 154 deletions.
1 change: 0 additions & 1 deletion Docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ set(DOXYGEN_DIRS
${PROJECT_SOURCE_DIR}/src/Core/protected/Topo/TopoInfo.h
${PROJECT_SOURCE_DIR}/src/Core/protected/Topo/TopoManagerIfc.h
${PROJECT_SOURCE_DIR}/src/Core/protected/Topo/EdgeMeshingPropertyUniform.h
${PROJECT_SOURCE_DIR}/src/Core/protected/Topo/EdgeMeshingPropertyUniformSmoothFix.h
${PROJECT_SOURCE_DIR}/src/Core/protected/Topo/EdgeMeshingPropertyGeometric.h
${PROJECT_SOURCE_DIR}/src/Core/protected/Topo/EdgeMeshingPropertyBigeometric.h
${PROJECT_SOURCE_DIR}/src/Core/protected/Topo/EdgeMeshingPropertyHyperbolic.h
Expand Down
90 changes: 0 additions & 90 deletions src/Core/Topo/EdgeMeshingPropertyUniformSmoothFix.cpp

This file was deleted.

61 changes: 0 additions & 61 deletions src/Core/protected/Topo/EdgeMeshingPropertyUniformSmoothFix.h

This file was deleted.

2 changes: 0 additions & 2 deletions src/pyMagix3D/pyMagix3D.i
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ using std::ptrdiff_t;
#include "Topo/TopoInfo.h"
#include "Topo/TopoManagerIfc.h"
#include "Topo/EdgeMeshingPropertyUniform.h"
#include "Topo/EdgeMeshingPropertyUniformSmoothFix.h"
#include "Topo/EdgeMeshingPropertyGeometric.h"
#include "Topo/EdgeMeshingPropertyBigeometric.h"
#include "Topo/EdgeMeshingPropertyHyperbolic.h"
Expand Down Expand Up @@ -308,7 +307,6 @@ using std::ptrdiff_t;
%include Topo/TopoManagerIfc.h
%include Topo/CoEdgeMeshingProperty.h
%include Topo/EdgeMeshingPropertyUniform.h
%include Topo/EdgeMeshingPropertyUniformSmoothFix.h
%include Topo/EdgeMeshingPropertyGeometric.h
%include Topo/EdgeMeshingPropertyBigeometric.h
%include Topo/EdgeMeshingPropertyHyperbolic.h
Expand Down

0 comments on commit c9c2a13

Please sign in to comment.