mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
fixed typo in for particle restart option
This commit is contained in:
parent
72e83587b6
commit
c27d3fbf48
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ contains
|
|||
case ('-eps_tol', '-ksp_gmres_restart')
|
||||
! Handle options that would be based to PETSC
|
||||
i = i + 1
|
||||
case ('-partcle','--particle')
|
||||
case ('-particle','--particle')
|
||||
! Read in path for particle restart
|
||||
i = i + 1
|
||||
path_particle_restart = argv(i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue