Tiny iostream change

This commit is contained in:
Mael Rouxel-Labbé 2024-02-26 14:20:18 +01:00
parent f22de55113
commit f686fae8ef
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ int main(int argc, char** argv)
timer.start();
// run marching cubes isosurfacing
std::cout << "Running Marching Cubes with isovalue = " << isovalue << std::endl;
std::cout << "Running Marching Cubes (TMC) with isovalue = " << isovalue << std::endl;
CGAL::Isosurfacing::marching_cubes(domain, isovalue, points, triangles,
CGAL::parameters::use_topologically_correct_marching_cubes(true));