From 61a9b923e6ecb5ae8f70f480cea17571dfc9f806 Mon Sep 17 00:00:00 2001 From: Matti Pellika <matti.pellikka@tut.fi> Date: Tue, 20 Oct 2009 13:10:04 +0000 Subject: [PATCH] Commented few debug lines. --- Geo/Homology.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Geo/Homology.cpp b/Geo/Homology.cpp index 4a044c4b99..3be2e4a497 100644 --- a/Geo/Homology.cpp +++ b/Geo/Homology.cpp @@ -128,7 +128,7 @@ void Homology::findGenerators(std::string fileName){ std::string name = "H" + dimension + getDomainString() + generator; Chain* chain = new Chain(_cellComplex->getCells(j), chains->getCoeffVector(j,i), _cellComplex, name, chains->getTorsion(j,i)); - Chain* chain2 = new Chain(chain); + //Chain* chain2 = new Chain(chain); //printf("chain %d \n", i); t1 = Cpu(); int start = chain->getSize(); @@ -140,7 +140,7 @@ void Homology::findGenerators(std::string fileName){ if(chain->getTorsion() != 1) Msg::Warning("H%d %d has torsion coefficient %d!", j, i, chain->getTorsion()); } chainVector.push_back(chain); - chainVector.push_back(chain2); + //chainVector.push_back(chain2); //delete chain; } if(j == _cellComplex->getDim() && _cellComplex->getNumOmitted() > 0){ -- GitLab