79b7da8d0e
Systematized Collection of ODE Solvers
15 lines
590 B
Text
15 lines
590 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2000/11/30 00:51:17 jtb Exp $
|
|
|
|
--- prjs.f.orig Fri Nov 17 17:05:55 2000
|
|
+++ prjs.f
|
|
@@ -16,8 +16,8 @@
|
|
double precision con0, conmin, ccmxj, psmall, rbig, seth
|
|
double precision con, di, fac, hl0, pij, r, r0, rcon, rcont,
|
|
1 srur, vnorm
|
|
- dimension neq(1), y(1), yh(nyh,1), ewt(1), ftem(1), savf(1),
|
|
- 1 wk(1), iwk(1)
|
|
+ dimension neq(1), y(1), yh(nyh,*), ewt(1), ftem(1), savf(1),
|
|
+ 1 wk(*), iwk(1)
|
|
common /ls0001/ rowns(209),
|
|
2 ccmax, el0, h, hmin, hmxi, hu, rc, tn, uround,
|
|
3 iownd(14), iowns(6),
|