57   TYPE (t_region
), 
POINTER :: regions(:)
 
   63   CHARACTER(CHRLEN) :: rcsidentstring
 
   68   rcsidentstring = 
'$RCSfile: INRT_UserInput.F90,v $ $Revision: 1.3 $' 
   70   global => regions(1)%global
 
   73   'INRT_UserInput.F90' )
 
   77   global%inrtUsed = (inrt_type_total > 0) .AND. &
 
   78                     (global%peulUsed .OR. global%specUsed .OR. global%plagUsed)
 
   80   IF (global%inrtUsed) 
THEN 
   84     DO ireg=lbound(regions,1),ubound(regions,1)
 
   94   IF (global%inrtUsed) 
THEN 
   98     DO ireg=lbound(regions,1),ubound(regions,1)
 
  104     DO ireg=lbound(regions,1),ubound(regions,1)
 
subroutine registerfunction(global, funName, fileName)
subroutine inrt_computemaxedges(region)
subroutine inrt_initialize(region)
subroutine deregisterfunction(global)