Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
MigrateMesh.F90 File Reference
#include "moab/MOABConfig.h"
+ Include dependency graph for MigrateMesh.F90:

Go to the source code of this file.

Functions/Subroutines

program migratemesh
 
subroutine errorout (ierr, message)
 

Function/Subroutine Documentation

◆ errorout()

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

Definition at line 189 of file MigrateMesh.F90.

190  integer ierr
191  character*(*) message
192  if (ierr.ne.0) then
193  print *, message
194  call exit (1)
195  end if

Referenced by migratemesh().

◆ migratemesh()

program migratemesh

Definition at line 2 of file MigrateMesh.F90.

References errorout().