diff options
author | SADA Kenji <sada@FreeBSD.org> | 2001-10-03 14:44:01 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2001-10-03 14:44:01 +0000 |
commit | daa4df5b0b6a0eb58e959190ed6a757eeac5d43e (patch) | |
tree | 4c03022ea86f400823220f697f937d4580b74f9b /math/scilab/files/patch-ax | |
parent | Add xpp-1.0, a GUI print front-end for CUPS (diff) |
New ports for scilab 2.6 .
PR: ports/26997
Submitted by: Jean-Sebastien Roy <jean-sebastien.roy@wanadoo.fr>
Notes
Notes:
svn path=/head/; revision=48395
Diffstat (limited to 'math/scilab/files/patch-ax')
-rw-r--r-- | math/scilab/files/patch-ax | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/math/scilab/files/patch-ax b/math/scilab/files/patch-ax deleted file mode 100644 index 277e63164051..000000000000 --- a/math/scilab/files/patch-ax +++ /dev/null @@ -1,9 +0,0 @@ ---- 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 |