fixed typo in for particle restart option

This commit is contained in:
Bryan Herman 2013-04-08 05:55:21 -07:00
parent 72e83587b6
commit c27d3fbf48

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 ('-partcle','--particle')
case ('-particle','--particle')
! Read in path for particle restart
i = i + 1
path_particle_restart = argv(i)