Loading src/LocalOperations.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -891,7 +891,7 @@ void floatTetWild::set_intersection_sorted(const std::vector<int>& s1, const std } void floatTetWild::pausee(std::string msg) { // return; return; // if (!msg.empty()) // cout << msg << endl; // cout << "Is pausing... (Enter '0' to exit and other characters to continue.)" << endl; Loading src/Parameters.h +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ class Parameters bool correct_surface_orientation = false; bool is_quiet = false; int log_level = 0; int log_level = 2; bool smooth_open_boundary = false; bool manifold_surface = false; Loading Loading
src/LocalOperations.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -891,7 +891,7 @@ void floatTetWild::set_intersection_sorted(const std::vector<int>& s1, const std } void floatTetWild::pausee(std::string msg) { // return; return; // if (!msg.empty()) // cout << msg << endl; // cout << "Is pausing... (Enter '0' to exit and other characters to continue.)" << endl; Loading
src/Parameters.h +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ class Parameters bool correct_surface_orientation = false; bool is_quiet = false; int log_level = 0; int log_level = 2; bool smooth_open_boundary = false; bool manifold_surface = false; Loading