blob: ecad67dfe9f0d7c65d6ae1db16802af9f8473234 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/gfanlib_symmetriccomplex.cpp.orig 2017-06-20 14:47:37 UTC
+++ src/gfanlib_symmetriccomplex.cpp
@@ -554,7 +554,7 @@ IntegerMatrix SymmetricComplex::boundaryMap(int d)
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);
}
|