summaryrefslogtreecommitdiff
path: root/math/gfan/files/patch-src_breadthfirstsearch.cpp
blob: 9a09444033d4da0f2c517c5d0c37fc542e05879f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- src/breadthfirstsearch.cpp.orig	2017-06-20 14:47:37 UTC
+++ src/breadthfirstsearch.cpp
@@ -259,7 +259,7 @@ class Orbit{ (public)
 	//	fprintf(Stderr,"1b\n");
       }
 
-    log2 fprintf(Stderr,"numFixed = %i\n",numFixed);
+    gfan_log2 fprintf(Stderr,"numFixed = %i\n",numFixed);
     return groupSize/numFixed;
   }
 };
@@ -368,7 +368,7 @@ void BreadthFirstSearch::enumerate(const PolynomialSet
 	static int n;
 	n++;
 	if(!(n%10))
-	  log2 fprintf(Stderr,"%i\n",n);
+	  gfan_log2 fprintf(Stderr,"%i\n",n);
       }
        log3  fprintf(Stderr,"Active set:\n");
        log3 active.print(Stderr);
@@ -484,7 +484,7 @@ void BreadthFirstSearch::enumerate(const PolynomialSet
 		    }
 		  else
 		    {
-		      // log2 fprintf(Stderr,"-- marked\n");
+		      // gfan_log2 fprintf(Stderr,"-- marked\n");
 		    }
 		}
 	    }