[GIT] ppl/ppl(termination): Turn off debugging output.

Module: ppl/ppl Branch: termination Commit: 003fb0b786349b3da96d65bd4483f4982bf88294 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=003fb0b786349...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Thu Mar 18 06:55:41 2010 +0400
Turn off debugging output.
---
interfaces/Prolog/ppl_prolog_common.defs.hh | 2 +- src/termination.templates.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/interfaces/Prolog/ppl_prolog_common.defs.hh b/interfaces/Prolog/ppl_prolog_common.defs.hh index 3457029..33af32d 100644 --- a/interfaces/Prolog/ppl_prolog_common.defs.hh +++ b/interfaces/Prolog/ppl_prolog_common.defs.hh @@ -37,7 +37,7 @@ site: http://www.cs.unipr.it/ppl/ . */ #include <iostream>
#ifndef PROLOG_TRACK_ALLOCATION -#define PROLOG_TRACK_ALLOCATION 1 +#define PROLOG_TRACK_ALLOCATION 0 #endif #ifndef NOISY_PROLOG_TRACK_ALLOCATION #define NOISY_PROLOG_TRACK_ALLOCATION 0 diff --git a/src/termination.templates.hh b/src/termination.templates.hh index d352a72..247a587 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