summaryrefslogtreecommitdiff
path: root/math/odepack/patches/patch-ae
blob: e5e4f6cf5e831d2fd51667563b07ba4c72d6bd10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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