Skip to content

Commit 75f88ac

Browse files
committed
no clog
1 parent 69d082b commit 75f88ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linbox/algorithms/bbcharpoly.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ namespace LinBox
282282
/* Computation of the minimal polynomial */
283283
Polynomial minPoly(F);
284284
minpoly (minPoly, A, M);
285-
PD.write(std::cerr<<"Minpoly = ",minPoly) << std::endl;
285+
// PD.write(std::cerr<<"Minpoly = ",minPoly) << std::endl;
286286

287287
if (minPoly.size() == n+1){
288288
commentator().stop ("done", NULL, "MbbCharpoly");

0 commit comments

Comments
 (0)