diff --git a/Mesh_3/demo/Mesh_3/Mesh_3_optimization_plugin.cpp b/Mesh_3/demo/Mesh_3/Mesh_3_optimization_plugin.cpp index 82a2b1547fc..2ed1a48e647 100644 --- a/Mesh_3/demo/Mesh_3/Mesh_3_optimization_plugin.cpp +++ b/Mesh_3/demo/Mesh_3/Mesh_3_optimization_plugin.cpp @@ -577,6 +577,7 @@ translate(CGAL::Mesh_optimization_return_code rc) case CGAL::CANT_IMPROVE_ANYMORE: return QString("Can't improve anymore"); case CGAL::CONVERGENCE_REACHED: return QString("Convergence reached"); case CGAL::MAX_ITERATION_NUMBER_REACHED: return QString("Max iteration number reached"); + case CGAL::ALL_VERTICES_FROZEN: return QString("All vertices have been frozen"); } return QString("ERROR");