7 SUBROUTINE pchfe_95(X, F, D, SKIP, XE, FE, IERR)
22 REAL,
intent(in):: X(:)
25 REAL,
intent(in):: F(:)
28 REAL,
intent(in):: D(:)
31 LOGICAL,
intent(inout):: SKIP
39 real,
intent(in):: XE(:)
49 real,
intent(out):: FE(:)
52 integer,
intent(out):: IERR
70 n =
assert_eq(
size(x),
size(f),
size(d),
"PCHFE_95 n")
71 ne =
assert_eq(
size(xe),
size(fe),
"PCHFE_95 ne")
72 call pchfe(n, x, f, d, 1, skip, ne, xe, fe, ierr)
subroutine pchfe(N, X, F, D, INCFD, SKIP, NE, XE, FE, IERR)
subroutine pchfe_95(X, F, D, SKIP, XE, FE, IERR)