More detailed trace

This commit is contained in:
Clement Jamin 2015-07-01 15:53:19 +02:00
parent fab4c9d5a8
commit e8e5f7e438
1 changed files with 2 additions and 1 deletions

View File

@ -1022,7 +1022,8 @@ public:
<< "the simplex " << saa.m_center_point_index << ", "; << "the simplex " << saa.m_center_point_index << ", ";
std::copy(saa.m_simplex.begin(), saa.m_simplex.end(), std::copy(saa.m_simplex.begin(), saa.m_simplex.end(),
std::ostream_iterator<std::size_t>(std::cerr, ", ")); std::ostream_iterator<std::size_t>(std::cerr, ", "));
std::cerr << "was successfully added in the star\n"; std::cerr << "was successfully added in the star #"
<< saa.m_center_point_index << "\n";
//check_if_all_simplices_are_in_the_ambient_delaunay(); //check_if_all_simplices_are_in_the_ambient_delaunay();
} }
#endif #endif