66 TYPE(t_region
),
POINTER :: pregion
67 TYPE(t_plag),
POINTER :: pplag
73 CHARACTER(CHRLEN) :: rcsidentstring
75 INTEGER :: maxdisedges,errorflag
83 rcsidentstring =
'$RCSfile: PLAG_INRT_DeallocMemTStep.F90,v $ $Revision: 1.4 $'
85 global => pregion%global
88 'PLAG_INRT_DeallocMemTStep.F90')
94 maxdisedges = pregion%inrtInput%maxDisEdges
100 IF (maxdisedges > 0)
THEN
101 DEALLOCATE( pplag%inrtSources,stat=errorflag )
102 global%error = errorflag
103 IF (global%error /= err_none)
THEN
104 CALL
errorstop( global,err_deallocate,__line__,
'pPlag%inrtSources')
108 nullify( pplag%inrtSources )
subroutine plag_inrt_deallocmemtstep(pRegion, pPlag)
subroutine registerfunction(global, funName, fileName)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)