line too long

This commit is contained in:
Martin Diehl 2016-01-17 19:42:24 +00:00
parent 12653bf1a4
commit 7ebd5e29e3
1 changed files with 2 additions and 2 deletions

View File

@ -618,7 +618,7 @@ program DAMASK_spectral_Driver
guess = .true. ! accept non converged BVP solution
else ! default behavior, exit if spectral solver does not converge
call IO_warning(850_pInt)
call quit(-1_pInt*(lastRestartWritten+1_pInt)) ! quit and provide information about last restart inc written (e.g. for regridding) ! continue from non-converged solution and start guessing after accepted (sub)inc
call quit(-1_pInt*(lastRestartWritten+1_pInt)) ! quit and provide information about last restart inc written (e.g. for regridding)
endif
else
guess = .true. ! start guessing after first converged (sub)inc