diff options
Diffstat (limited to 'math/scilab/patches/patch-ay')
-rw-r--r-- | math/scilab/patches/patch-ay | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/math/scilab/patches/patch-ay b/math/scilab/patches/patch-ay index 73f06f6529c..453b21a4563 100644 --- a/math/scilab/patches/patch-ay +++ b/math/scilab/patches/patch-ay @@ -1,7 +1,7 @@ -$NetBSD: patch-ay,v 1.2 1999/03/05 11:22:35 frueauf Exp $ +$NetBSD: patch-ay,v 1.3 1999/10/20 13:17:00 dmcmahill Exp $ ---- examples/misc-examples/zlink.dia.ref.orig Mon Aug 24 12:07:41 1998 -+++ examples/misc-examples/zlink.dia.ref Mon Aug 24 12:07:58 1998 +--- examples/misc-examples/zlink.dia.ref.orig Tue Sep 15 07:28:05 1998 ++++ examples/misc-examples/zlink.dia.ref Fri Oct 8 19:36:36 1999 @@ -231,5 +231,5 @@ yy2=dassl([y0,y0d],t0,t,'dres1',info); //=yy0 @@ -9,3 +9,10 @@ $NetBSD: patch-ay,v 1.2 1999/03/05 11:22:35 frueauf Exp $ +if norm(dres1(yy2(1,:),yy2(2:3,:),yy2(4:5,:)),1)>1.4d-6 then bugmes();quit;end // fortran routines dres1 and djac1 in dir. routines/default, with jacobian +@@ -346,5 +346,5 @@ + xn=dassl([x0,x0d],t0,t,g,j,info); + +-if norm(x-xn,1) > Eps then bugmes();quit;end ++if norm(x-xn,1) > 2.0*Eps then bugmes();quit;end + + |