unused variable
This commit is contained in:
parent
cfd6579024
commit
b10774aae9
|
@ -20,7 +20,6 @@ contains
|
||||||
subroutine damage_none_init()
|
subroutine damage_none_init()
|
||||||
use, intrinsic :: iso_fortran_env ! to get compiler_version and compiler_options (at least for gfortran 4.6 at the moment)
|
use, intrinsic :: iso_fortran_env ! to get compiler_version and compiler_options (at least for gfortran 4.6 at the moment)
|
||||||
use prec, only: &
|
use prec, only: &
|
||||||
pReal, &
|
|
||||||
pInt
|
pInt
|
||||||
use IO, only: &
|
use IO, only: &
|
||||||
IO_timeStamp
|
IO_timeStamp
|
||||||
|
|
Loading…
Reference in New Issue