--- src/polyhedralfan.cpp.orig 2017-06-20 14:47:37 UTC +++ src/polyhedralfan.cpp @@ -400,10 +400,10 @@ PolyhedralFan PolyhedralFan::fullComplex()const while(1) { - log2 debug<<"looping"; + gfan_log2 debug<<"looping"; bool doLoop=false; PolyhedralFan facets=ret.facetComplex(); - log2 debug<<"number of facets"<dimension()); + gfan_log2 fprintf(Stderr,"Dim: %i\n",i->dimension()); addFacesToSymmetricComplex(symCom,*i,i->getHalfSpaces(),generatorsOfLinealitySpace); } @@ -1387,7 +1387,7 @@ void PolyhedralFan::printWithIndices(class Printer *p, static int t; log1 fprintf(Stderr,"Adding faces of cone %i\n",t++); } - log2 fprintf(Stderr,"Dim: %i\n",i->dimension()); + gfan_log2 fprintf(Stderr,"Dim: %i\n",i->dimension()); addFacesToSymmetricComplex(symCom,*i,i->getHalfSpaces(),generatorsOfLinealitySpace); } @@ -1565,11 +1565,11 @@ PolyhedralFan PolyhedralFan::readFan(string const &fil PolyhedralFan ret(n); - log2 cerr<< "Number of orbits to expand "<count(i)) { - log2 cerr<<"Expanding symmetries of cone"<elements.begin();perm!=sym->elements.end();perm++) { IntegerVectorList coneRays; @@ -1851,7 +1851,7 @@ bool PolyhedralFan::isConnected(SymmetryGroup *sym)con for(PolyhedralConeList::const_iterator i=cones.begin();i!=cones.end();i++) { - log2 cerr<<"Computing ridges of facet." << endl; + gfan_log2 cerr<<"Computing ridges of facet." << endl; PolyhedralFan ridges=facetsOfCone(*i); IntegerVectorList interiorPoints; for(PolyhedralConeList::const_iterator j=ridges.cones.begin();j!=ridges.cones.end();j++)