Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development
This commit is contained in:
commit
8324962123
|
@ -156,6 +156,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