diff options
Diffstat (limited to 'math/gfan/files/patch-src_app__fiberpolytope.cpp')
-rw-r--r-- | math/gfan/files/patch-src_app__fiberpolytope.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/gfan/files/patch-src_app__fiberpolytope.cpp b/math/gfan/files/patch-src_app__fiberpolytope.cpp new file mode 100644 index 000000000000..e22f81698046 --- /dev/null +++ b/math/gfan/files/patch-src_app__fiberpolytope.cpp @@ -0,0 +1,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); + } |