documentation was outdated
This commit is contained in:
parent
e47119e7f7
commit
ce08571cd8
|
@ -2,8 +2,7 @@
|
||||||
!> @author Martin Diehl, Max-Planck-Institut für Eisenforschung GmbH
|
!> @author Martin Diehl, Max-Planck-Institut für Eisenforschung GmbH
|
||||||
!> @brief quit subroutine
|
!> @brief quit subroutine
|
||||||
!> @details exits the program and reports current time and duration. Exit code 0 signals
|
!> @details exits the program and reports current time and duration. Exit code 0 signals
|
||||||
!> everything is fine. Exit code 1 signals an error, message according to IO_error. Exit code
|
!> everything is fine. Exit code 1 signals an error, message according to IO_error.
|
||||||
!> 2 signals no severe problems, but some increments did not converge
|
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
subroutine quit(stop_id)
|
subroutine quit(stop_id)
|
||||||
#include <petsc/finclude/petscsys.h>
|
#include <petsc/finclude/petscsys.h>
|
||||||
|
|
Loading…
Reference in New Issue