No tab allowed

This commit is contained in:
Yi-Chin Yang 2018-04-17 15:39:08 +02:00
parent 258be943c7
commit b7d622c32d
2 changed files with 5 additions and 5 deletions

View File

@ -103,8 +103,8 @@ subroutine spectral_damage_init()
SNESVISetVariableBounds SNESVISetVariableBounds
write(6,'(/,a)') ' <<<+- spectral_damage init -+>>>' write(6,'(/,a)') ' <<<+- spectral_damage init -+>>>'
write(6,'(/,a)') ' Shanthraj et. al, Handbook of Mechanics of Materials, volume in press, ' write(6,'(/,a)') ' Shanthraj et. al, Handbook of Mechanics of Materials, volume in press, '
write(6,'(/,a)') ' chapter Spectral Solvers for Crystal Plasticity and Multi-Physics Simulations. Springer, 2018 ' write(6,'(/,a)') ' chapter Spectral Solvers for Crystal Plasticity and Multi-Physics Simulations. Springer, 2018 '
write(6,'(a15,a)') ' Current time: ',IO_timeStamp() write(6,'(a15,a)') ' Current time: ',IO_timeStamp()
#include "compilation_info.f90" #include "compilation_info.f90"

View File

@ -215,9 +215,9 @@ subroutine utilities_init()
vecSize = 3_C_INTPTR_T, & vecSize = 3_C_INTPTR_T, &
tensorSize = 9_C_INTPTR_T tensorSize = 9_C_INTPTR_T
write(6,'(/,a)') ' <<<+- spectral_utilities init -+>>>' write(6,'(/,a)') ' <<<+- spectral_utilities init -+>>>'
write(6,'(/,a)') ' Eisenlohr et. al, International Journal of Plasticity, 46:3753, 2013 ' write(6,'(/,a)') ' Eisenlohr et. al, International Journal of Plasticity, 46:3753, 2013 '
write(6,'(/,a)') ' doi: 10.1016/j.ijplas.2012.09.012 ' write(6,'(/,a)') ' doi: 10.1016/j.ijplas.2012.09.012 '
write(6,'(a15,a)') ' Current time: ',IO_timeStamp() write(6,'(a15,a)') ' Current time: ',IO_timeStamp()
#include "compilation_info.f90" #include "compilation_info.f90"