MOAB: Mesh Oriented datABase  (version 5.5.0)
imoab_coupler_fortran.F90 File Reference
#include "moab/MOABConfig.h"
#include "mpif.h"
+ Include dependency graph for imoab_coupler_fortran.F90:

Go to the source code of this file.

Functions/Subroutines

subroutine errorout (ierr, message)
 
program imoab_coupler_fortran
 

Function/Subroutine Documentation

◆ errorout()

subroutine errorout ( integer  ierr,
character*(*)  message 
)

Definition at line 9 of file imoab_coupler_fortran.F90.

10  integer ierr
11  character*(*) message
12  if (ierr .ne. 0) then
13  print *, message
14  call exit(1)
15  end if
16  return

◆ imoab_coupler_fortran()

program imoab_coupler_fortran

Definition at line 25 of file imoab_coupler_fortran.F90.

References errorout(), and readopts().