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-ax | |
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-ax')
-rw-r--r-- | math/scilab/files/patch-ax | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/scilab/files/patch-ax b/math/scilab/files/patch-ax new file mode 100644 index 000000000000..277e63164051 --- /dev/null +++ b/math/scilab/files/patch-ax @@ -0,0 +1,9 @@ +--- examples/misc-examples/dassl1.sce.orig Mon Aug 24 12:06:31 1998 ++++ examples/misc-examples/dassl1.sce Mon Aug 24 12:07:19 1998 +@@ -21,5 +21,5 @@ + // fortran routine dres1 in dir. routines/default, without jocabian + 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 pause,end ++if norm(dres1(yy2(1,:),yy2(2:3,:),yy2(4:5,:)),1)>1.4d-6 then pause,end + // fortran routines dres1 and djac1 in dir. routines/default, with jacobian + yy3=dassl([y0,y0d],t0,t,'dres1','djac1',info); //=yy1 |