introduced logical "debugger"
This commit is contained in:
parent
e07d38fdec
commit
1106bb27eb
|
@ -8,6 +8,7 @@
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue