37 INTEGER ::
i,
m, counter1, counter2
39 INTEGER :: ndim, newndim, nstart
40 REAL(kind=wp),
DIMENSION(ndim) :: pbar
41 REAL(kind=wp),
DIMENSION(newndim) :: newpbar
49 IF(gtempbc(
m) ==
i + nstart - 1)
THEN
53 IF(counter1 == 0)
THEN
54 counter2 = counter2 + 1
55 newpbar(counter2) = pbar(
i)
106 INTEGER ::
i,
m, counter1, counter2, counter3
108 INTEGER :: ndim, newndim, nstart
109 REAL(kind=wp),
DIMENSION(ndim) ::
a
110 REAL(kind=wp),
DIMENSION(newndim) :: newa
118 IF((gtempbc(
m) <=
i + counter3 + nstart - 1).AND.(gtempbc(
m) >= nstart))
THEN
119 counter3 = counter3 + 1
122 a(
i+counter3) = newa(
i)
subroutine removebcht_reff(nstart, ndim, pbar, newndim, newpbar)
subroutine removebcht_newtemp(nstart, ndim, a, newndim, newa)