From 9cf0cc6f8b9dd02fb768c3a9b9a5cb0aafbe3279 Mon Sep 17 00:00:00 2001 From: Matti Pellika <matti.pellikka@tut.fi> Date: Fri, 12 Feb 2010 15:43:50 +0000 Subject: [PATCH] --- Geo/Homology.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geo/Homology.cpp b/Geo/Homology.cpp index bcb1390739..243c49440a 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); -- GitLab