Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
janetournois committed Feb 5, 2024
1 parent e2ef33f commit 7109a28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//#define CGAL_TETRAHEDRAL_REMESHING_DEBUG
//#define CGAL_TETRAHEDRAL_REMESHING_VERBOSE_PROGRESS
//#define CGAL_TETRAHEDRAL_REMESHING_PROFILE
//#define CGAL_FLIP_ON_SURFACE_DISABLE_44_FLIP

#include <QtCore/qglobal.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ using Vertex_pair = std::pair<Vertex_handle, Vertex_handle>;
using Constraints_set = std::unordered_set<Vertex_pair, boost::hash<Vertex_pair>>;
using Constraints_pmap = CGAL::Boolean_property_map<Constraints_set>;


// To avoid verbose function and named parameters call
using namespace CGAL::parameters;

Expand All @@ -51,7 +50,6 @@ int main(int argc, char* argv[])
Polyhedron polyhedron;

std::string filename(fname);
// if (filename.substr(filename.find_last_of(".")).compare(".off") == 0)
input >> polyhedron;
if (input.fail()) {
std::cerr << "Error: Cannot read file " << fname << std::endl;
Expand Down

0 comments on commit 7109a28

Please sign in to comment.