diff --git a/Geo/Homology.cpp b/Geo/Homology.cpp index bcb1390739c1762151ea162d4c25cb900eeee7c0..243c49440af93b9f54caf31215d70e359adf28a4 100644 --- a/Geo/Homology.cpp +++ b/Geo/Homology.cpp @@ -138,7 +138,7 @@ void Homology::findGenerators(std::string fileName) chains->getTorsion(j,i)); t1 = Cpu(); int start = chain->getSize(); - //chain->smoothenChain(); + chain->smoothenChain(); t2 = Cpu(); Msg::Info("Smoothened H%d %d from %d cells to %d cells (%g s).", j, i, start, chain->getSize(), t2 - t1);