From a3879881cc36713ea572e03bf9a5eec9f90e5996 Mon Sep 17 00:00:00 2001 From: davidboening Date: Mon, 19 Jun 2023 11:39:10 +0200 Subject: [PATCH] enabled actions to github --- src/meshlabplugins/filter_heatgeodesic/filter_heatgeodesic.cpp | 1 + 1 file changed, 1 insertion(+) 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);