fix compilation when verbose mode is off

This commit is contained in:
Jane Tournois 2014-11-24 17:00:29 +01:00
parent f76c88f2fe
commit 7e037664e6
1 changed files with 1 additions and 1 deletions

View File

@ -130,8 +130,8 @@ public:
moving_vertices.insert(vit);
}
#ifdef CGAL_MESH_2_OPTIMIZER_VERBOSE
double initial_vertices_nb = static_cast<double>(moving_vertices.size());
#ifdef CGAL_MESH_2_OPTIMIZER_VERBOSE
double step_begin = running_time_.time();
std::cerr << "Running " << Mf::name() << "-smoothing..." << std::endl;
std::cerr << "(" << initial_vertices_nb << " vertices moving)" << std::endl;