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