From 1106bb27eb9ddb9054e4feb65f117cd0f7628490 Mon Sep 17 00:00:00 2001 From: Denny Tjahjanto Date: Mon, 18 Feb 2008 10:45:46 +0000 Subject: [PATCH] introduced logical "debugger" --- trunk/debug.f90 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/debug.f90 b/trunk/debug.f90 index 8bc0a2c13..2fd50fc39 100644 --- a/trunk/debug.f90 +++ b/trunk/debug.f90 @@ -8,7 +8,8 @@ integer(pInt), dimension(nCutback+1) :: debug_cutbackDistribution integer(pInt), dimension(nInner) :: debug_innerLoopDistribution integer(pInt), dimension(nOuter) :: debug_outerLoopDistribution - + logical debugger + CONTAINS