[GIT] ppl/ppl(master): Debugging output switched off.

Module: ppl/ppl Branch: master Commit: 587c1c124687a495204d7b226ee578a95827f57d URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=587c1c124687a...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Tue Mar 23 11:40:12 2010 +0400
Debugging output switched off.
---
src/termination.templates.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/termination.templates.hh b/src/termination.templates.hh index ce365c9..29a73a2 100644 --- a/src/termination.templates.hh +++ b/src/termination.templates.hh @@ -28,7 +28,7 @@ site: http://www.cs.unipr.it/ppl/ . */ #include "BD_Shape.defs.hh" #include "Octagonal_Shape.defs.hh"
-#define PRINT_DEBUG_INFO 1 +#define PRINT_DEBUG_INFO 0
#if PRINT_DEBUG_INFO #include <iostream>
participants (1)
-
Roberto Bagnara