diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-27 01:38:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-27 01:38:31 +0000 |
commit | dca1739cb81ca56f39856d32d290dae2f858dd34 (patch) | |
tree | 60e947f5827065aa5532bf9e61fce010201fc43a /math/Scilab/files/patch-ay | |
parent | Use ifreq.ifr_flags instead of ifreq.ifru.ifru_flags so this build on both (diff) |
Update to version 2.4.1.
PR: 14877
Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Notes
Notes:
svn path=/head/; revision=23432
Diffstat (limited to 'math/Scilab/files/patch-ay')
-rw-r--r-- | math/Scilab/files/patch-ay | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/Scilab/files/patch-ay b/math/Scilab/files/patch-ay new file mode 100644 index 000000000000..3f7ab5559684 --- /dev/null +++ b/math/Scilab/files/patch-ay @@ -0,0 +1,16 @@ +--- 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 + +-if norm(dres1(yy2(1,:),yy2(2:3,:),yy2(4:5,:)),1)>1.d-6 then bugmes();quit;end ++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 + + |