DAMASK_EICMD/code/core_quit.f90

13 lines
321 B
Fortran
Raw Normal View History

2012-04-10 19:00:34 +05:30
!********************************************************************
! quit subroutine to satisfy IO_error for core module
2012-04-10 19:00:34 +05:30
!
!********************************************************************
subroutine quit(stop_id)
use prec, only: &
pInt
implicit none
integer(pInt), intent(in) :: stop_id
end subroutine