62 TYPE(t_region
),
POINTER :: regions(:)
64 INTEGER,
INTENT(IN) :: ireg
69 CHARACTER(CHRLEN) :: rcsidentstring
71 INTEGER :: ilev, npcls
78 '$RCSfile: PLAG_CECellsLoadDataWrapper.F90,v $ $Revision: 1.3 $'
80 global => regions(ireg)%global
83 'PLAG_CECellsLoadDataWrapper.F90' )
87 ilev = regions(ireg)%currLevel
88 npcls = regions(ireg)%levels(ilev)%plag%nPcls
92 IF (npcls == 0) goto 999
96 #ifdef PLAG_CECELLS_DEBUG
97 WRITE(*,*)
' Entering PLAG_CornCellsLoadData: pid, iReg = ',global%myProcId, ireg
104 #ifdef PLAG_CECELLS_DEBUG
105 WRITE(*,*)
' Entering PLAG_EdgeCellsLoadData: pid, iReg = ',global%myProcId, ireg
subroutine plag_cecellsloaddatawrapper(regions, iReg)
subroutine plag_edgecellsloaddata(regions, iReg)
subroutine registerfunction(global, funName, fileName)
subroutine deregisterfunction(global)
subroutine plag_corncellsloaddata(regions, iReg)