-s command option can now be used for particle restart

This commit is contained in:
Bryan Herman 2013-04-09 05:20:54 -07:00
parent 0b8312a0c9
commit 86594ee03a
2 changed files with 2 additions and 1 deletions

View file

@ -306,7 +306,7 @@ contains
case ('-eps_tol', '-ksp_gmres_restart')
! Handle options that would be based to PETSC
i = i + 1
case ('-particle','--particle')
case ('-s','-particle','--particle')
! Read in path for particle restart
i = i + 1
path_particle_restart = argv(i)

View file

@ -167,6 +167,7 @@ contains
write(OUTPUT_UNIT,*) 'Options:'
write(OUTPUT_UNIT,*) ' -p, --plot Run in plotting mode'
write(OUTPUT_UNIT,*) ' -r, --restart Restart a previous run'
write(OUTPUT_UNIT,*) ' -s, --particle Run a single particle history'
write(OUTPUT_UNIT,*) ' -t, --tallies Write tally results from state point'
write(OUTPUT_UNIT,*) ' -v, --version Show version information'
write(OUTPUT_UNIT,*) ' -?, --help Show this message'