fixed typo in help message

This commit is contained in:
Philip Eisenlohr 2016-10-18 16:24:23 -04:00
parent 85076ad613
commit e93db170da
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ subroutine DAMASK_interface_init()
write(6,'(a)') ' Make sure the file "material.config" exists in the working'
write(6,'(a)') ' directory.'
write(6,'(a)') ' For further configuration place "numerics.config"'
write(6,'(a)')' and "numerics.config" in that directory.'
write(6,'(a)')' and "debug.config" in that directory.'
write(6,'(/,a)')' --restart XX'
write(6,'(a)') ' Reads in total increment No. XX-1 and continues to'
write(6,'(a)') ' calculate total increment No. XX.'