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

Go to the source code of this file.

Functions/Subroutines

subroutine errorout (ierr, message)
 
program fdriver
 

Function/Subroutine Documentation

◆ errorout()

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

Definition at line 2 of file imoab_testF.F90.

3 integer ierr
4 character*(*) message
5 if (ierr.ne.0) then
6  print *, message
7  call exit (1)
8 end if
9 return

Referenced by fdriver(), imoab_coupler_fortran(), imoabpar_test(), and migratemesh().

◆ fdriver()

program fdriver

Definition at line 12 of file imoab_testF.F90.

References errorout(), filename, and readopts().