68 INTEGER,
INTENT(IN) :: istage,ivbeg,ivend
69 REAL(RFREAL),
DIMENSION(:),
POINTER :: var,varold
70 TYPE(t_region
) :: region
76 CHARACTER(CHRLEN) :: rcsidentstring
84 global => region%global
87 'RkInitPointScalar.F90')
93 SELECT CASE ( global%rkScheme )
94 CASE ( rk_scheme_4_classical )
95 IF ( istage == 1 )
THEN
100 CASE ( rk_scheme_3_wray )
105 CALL
errorstop(global,err_reached_default,__line__)
subroutine registerfunction(global, funName, fileName)
subroutine rkinitpointscalar(region, iStage, ivBeg, ivEnd, var, varOld)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)