tell user whether DEBUG version or not
This commit is contained in:
parent
87a8a9536b
commit
3e81110830
|
@ -154,6 +154,9 @@ program DAMASK_spectral
|
|||
! init DAMASK (all modules)
|
||||
call CPFEM_initAll(el = 1_pInt, ip = 1_pInt)
|
||||
write(6,'(/,a)') ' <<<+- DAMASK_spectral init -+>>>'
|
||||
#ifdef DEBUG
|
||||
write(6,'(/,a)') ' <<<+- DEBUG version -+>>>'
|
||||
#endif
|
||||
write(6,'(/,a,/)') ' Roters et al., Computational Materials Science, 2018'
|
||||
write(6,'(a15,a)') ' Current time: ',IO_timeStamp()
|
||||
#include "compilation_info.f90"
|
||||
|
|
Loading…
Reference in New Issue