diff --git a/src/meshlabplugins/filter_heatgeodesic/filter_heatgeodesic.cpp b/src/meshlabplugins/filter_heatgeodesic/filter_heatgeodesic.cpp index 406f235bd..9151247a8 100644 --- a/src/meshlabplugins/filter_heatgeodesic/filter_heatgeodesic.cpp +++ b/src/meshlabplugins/filter_heatgeodesic/filter_heatgeodesic.cpp @@ -196,6 +196,7 @@ std::map FilterHeatGeodesicPlugin::applyFilter(const QAct break; } + cb(100*2/10, "Building Linear System (Heatflow)..."); Eigen::SparseMatrix mass(mesh.VN(), mesh.VN()); buildMassMatrix(mesh, mass);