added petsc command line args to list

This commit is contained in:
Bryan Herman 2012-04-02 11:31:28 -07:00
parent 340fc0f4c8
commit ff34234ab3

View file

@ -245,6 +245,7 @@ contains
case ('-v', '-version', '--version')
call print_version()
stop
case('-eps_tol','-ksp_gmres_restart')
case default
message = "Unknown command line option: " // argv(i)
call fatal_error()