54 REAL(RFREAL),
INTENT(IN) :: val
55 INTEGER,
INTENT(OUT) :: actv
58 CHARACTER(CHRLEN) :: rcsidentstring
62 rcsidentstring =
'$RCSfile: INRT_SetActiveness.F90,v $ $Revision: 1.3 $'
65 'INRT_SetActiveness.F90' )
72 actv = nint(val) - 1 + inrt_act_active
74 IF (actv > inrt_act_active) &
75 CALL
errorstop( global,err_inrt_badactv,__line__ )
subroutine registerfunction(global, funName, fileName)
subroutine inrt_setactiveness(global, val, actv)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)