53 REAL(RFREAL),
INTENT(IN) :: val
54 INTEGER,
INTENT(OUT) :: perm
57 CHARACTER(CHRLEN) :: rcsidentstring
61 rcsidentstring =
'$RCSfile: INRT_SetPermission.F90,v $ $Revision: 1.3 $'
64 'INRT_SetPermission.F90' )
68 SELECT CASE (nint(val))
71 perm = inrt_perm_block
74 perm = inrt_perm_pmass
77 perm = inrt_perm_pmome
83 CALL
errorstop( global,err_inrt_badperm,__line__ )
subroutine registerfunction(global, funName, fileName)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)
subroutine inrt_setpermission(global, val, perm)