introduced logical "debugger"

This commit is contained in:
Denny Tjahjanto 2008-02-18 10:45:46 +00:00
parent e07d38fdec
commit 1106bb27eb
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
integer(pInt), dimension(nCutback+1) :: debug_cutbackDistribution integer(pInt), dimension(nCutback+1) :: debug_cutbackDistribution
integer(pInt), dimension(nInner) :: debug_innerLoopDistribution integer(pInt), dimension(nInner) :: debug_innerLoopDistribution
integer(pInt), dimension(nOuter) :: debug_outerLoopDistribution integer(pInt), dimension(nOuter) :: debug_outerLoopDistribution
logical debugger
CONTAINS CONTAINS