summaryrefslogtreecommitdiff
path: root/math/gfan/files/patch-src_app__fiberpolytope.cpp
blob: e22f816980466e6d90038ef177123991042169c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/app_fiberpolytope.cpp.orig	2017-06-20 14:47:37 UTC
+++ src/app_fiberpolytope.cpp
@@ -166,7 +166,7 @@ class FiberPolytopeApplication : public GFanApplicatio
 		    for(PolyhedralFan::coneIterator i=f1.conesBegin();i!=f1.conesEnd();i++)
 			{
 		    	static int a;
-		    	log2 cerr<<"Processing Cone "<<a++<<" which has dimension "<<i->dimension()<<endl;
+		    	gfan_log2 cerr<<"Processing Cone "<<a++<<" which has dimension "<<i->dimension()<<endl;
 		    	SecondaryFanTraverser traverser(triangulationWithFullDimensionalIntersection(t,*i),*i);
 				symmetricTraverse(traverser,target,&s);
 			}