63 TYPE(t_region
),
POINTER :: pregion
69 CHARACTER(CHRLEN) :: rcsidentstring
77 rcsidentstring =
'$RCSfile: SPEC_RFLU_DeallocateMemoryVert.F90,v $ $Revision: 1.4 $'
79 global => pregion%global
82 'SPEC_RFLU_DeallocateMemoryVert.F90')
92 DEALLOCATE(pregion%spec%cvVert,stat=errorflag)
93 global%error = errorflag
94 IF (global%error /= err_none)
THEN
95 CALL
errorstop(global,err_deallocate,__line__,
'pRegion%spec%cvVert')
subroutine registerfunction(global, funName, fileName)
subroutine spec_rflu_deallocatememoryvert(pRegion)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)