My Project
 All Classes Files Functions Variables Macros
misc_mod.F90
Go to the documentation of this file.
1 module misc_mod
2  integer,save :: itaumax
3  logical,save :: adjust
4  integer,save :: ItCount
5  logical,save :: debug
6 end module misc_mod