Merge branch '209-small-improve-CLI-for-restart' into 'development'
minor change in CLI help for restart Closes #209 See merge request damask/DAMASK!688
This commit is contained in:
commit
213d082fce
|
@ -134,7 +134,7 @@ subroutine CLI_init
|
||||||
print'(a)',' and "debug.yaml" in that directory.'
|
print'(a)',' and "debug.yaml" in that directory.'
|
||||||
print'(/,a)',' --restart N'
|
print'(/,a)',' --restart N'
|
||||||
print'(a)', ' Reads in increment N and continues with calculating'
|
print'(a)', ' Reads in increment N and continues with calculating'
|
||||||
print'(a)', ' increment N+1 based on this.'
|
print'(a)', ' increment N+1, N+2, ... based on this.'
|
||||||
print'(a)', ' Appends to existing results file'
|
print'(a)', ' Appends to existing results file'
|
||||||
print'(a)', ' "NameOfGeom_NameOfLoadFile.hdf5".'
|
print'(a)', ' "NameOfGeom_NameOfLoadFile.hdf5".'
|
||||||
print'(a)', ' Works only if the restart information for increment N'
|
print'(a)', ' Works only if the restart information for increment N'
|
||||||
|
|
Loading…
Reference in New Issue