pkgsrc/math/odepack/patches/patch-ae
jtb 79b7da8d0e Initial import of new "odepack" package.
Systematized Collection of ODE Solvers
2000-11-30 00:51:16 +00:00

13 lines
534 B
Text

$NetBSD: patch-ae,v 1.1.1.1 2000/11/30 00:51:17 jtb Exp $
--- rchek.f.orig Fri Nov 17 17:05:55 2000
+++ rchek.f
@@ -3,7 +3,7 @@
external g
integer job, neq, nyh, jroot, irt
double precision y, yh, g0, g1, gx
- dimension neq(1), y(1), yh(nyh,1), g0(1), g1(1), gx(1), jroot(1)
+ dimension neq(1), y(1), yh(nyh,*), g0(1), g1(1), gx(1), jroot(1)
integer iownd, iowns,
1 icf, ierpj, iersl, jcur, jstart, kflag, l, meth, miter,
2 maxord, maxcor, msbp, mxncf, n, nq, nst, nfe, nje, nqu