[Pkg-octave-commit] rev 614 - trunk/packages/octave-forge/debian/patches

Thomas Weber thomas-guest at costa.debian.org
Tue May 30 19:49:30 CEST 2006


Author: thomas-guest
Date: 2006-05-30 17:49:29 +0000 (Tue, 30 May 2006)
New Revision: 614

Added:
   trunk/packages/octave-forge/debian/patches/50-leasqr.patch
Log:
Add patch (should have been in the last commit)


Added: trunk/packages/octave-forge/debian/patches/50-leasqr.patch
===================================================================
--- trunk/packages/octave-forge/debian/patches/50-leasqr.patch	2006-05-30 17:45:55 UTC (rev 613)
+++ trunk/packages/octave-forge/debian/patches/50-leasqr.patch	2006-05-30 17:49:29 UTC (rev 614)
@@ -0,0 +1,13 @@
+diff -Nur octave-forge-2006.03.17/main/optim/leasqr.m octave-forge-2006.03.17.new/main/optim/leasqr.m
+--- octave-forge-2006.03.17/main/optim/leasqr.m	2005-04-05 17:02:52.000000000 +0200
++++ octave-forge-2006.03.17.new/main/optim/leasqr.m	2006-05-30 15:00:09.000000000 +0200
+@@ -174,7 +174,8 @@
+ %
+ f=feval(F,x,p); fbest=f; pbest=p;
+ r=wt.*(y-f);
+-sbest=r'*r;
++ss=r'*r;
++sbest=ss;
+ nrm=zeros(n,1);
+ chgprev=Inf*ones(n,1);
+ kvg=0;




More information about the Pkg-octave-commit mailing list