redefined required debug variables removed in last commit

This commit is contained in:
Tias Maiti 2015-09-11 18:20:37 +00:00
parent 840fd0e9fa
commit 03896fcd09
1 changed files with 5 additions and 3 deletions

View File

@ -23,9 +23,11 @@ module debug
debug_MAXGENERAL = debug_LEVELEXTENSIVE ! must be set to the last bitcode used by (potentially) all debug types
integer(pInt), parameter, public :: &
debug_SPECTRALRESTART = debug_MAXGENERAL*2_pInt**1_pInt, &
debug_SPECTRALROTATION = debug_MAXGENERAL*2_pInt**2_pInt, &
debug_SPECTRALPETSC = debug_MAXGENERAL*2_pInt**3_pInt
debug_SPECTRALFFTW = debug_MAXGENERAL*2_pInt**2_pInt, &
debug_SPECTRALDIVERGENCE = debug_MAXGENERAL*2_pInt**3_pInt, &
debug_SPECTRALROTATION = debug_MAXGENERAL*2_pInt**4_pInt, &
debug_SPECTRALPETSC = debug_MAXGENERAL*2_pInt**5_pInt
integer(pInt), parameter, public :: &
debug_DEBUG = 1_pInt, &
debug_MATH = 2_pInt, &