54 TYPE(t_region
) :: region
62 'AllocateMemoryWork.F90' )
67 ALLOCATE( region%work1D(region%dimWork1D),stat=errorflag )
68 region%global%error = errorflag
69 IF (region%global%error /= 0) &
70 CALL
errorstop( region%global,err_allocate,__line__ )
72 ALLOCATE( region%work2D(region%dimWork2D(1),region%dimWork2D(2)), &
74 region%global%error = errorflag
75 IF (region%global%error /= 0) &
76 CALL
errorstop( region%global,err_allocate,__line__ )
subroutine registerfunction(global, funName, fileName)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine allocatememorywork(region)
subroutine deregisterfunction(global)