64 TYPE(t_region
),
POINTER :: pregion
70 CHARACTER(CHRLEN) :: rcsidentstring
78 rcsidentstring =
'$RCSfile: SPEC_RFLU_DeallocateMemoryEEv.F90,v $ $Revision: 1.3 $'
80 global => pregion%global
83 'SPEC_RFLU_DeallocateMemoryEEv.F90')
89 IF ( pregion%specInput%nSpeciesEE > 0 )
THEN
90 DEALLOCATE(pregion%spec%eev,stat=errorflag)
91 global%error = errorflag
92 IF (global%error /= err_none)
THEN
93 CALL
errorstop(global,err_deallocate,__line__,
'pRegion%spec%eev')
subroutine spec_rflu_deallocatememoryeev(pRegion)
subroutine registerfunction(global, funName, fileName)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)