On Wed, Feb 23, 2011 at 10:22:49AM +0100, Olaf Till wrote:
> On Tue, Feb 22, 2011 at 06:46:48PM -0800, Thomas D. Dean wrote:
> > This patch corrects a warning about a Matlab shortcut.  Is this the
> > correct place to send the patch?
> > 
> > diff -c nmsmax.m~  nmsmax.m
> > *** nmsmax.m~       Mon Feb 14 22:56:18 2011
> > --- nmsmax.m        Tue Feb 22 18:20:23 2011
> > ***************
> > *** 46,52 ****
> >   n = length(x0);
> >   
> >   % Set up convergence parameters etc.
> > ! if nargin < 3 | isempty(stopit), stopit(1) = 1e-3; end
> >   tol = stopit(1);  % Tolerance for cgce test based on relative size of
> > simplex.
> >   if length(stopit) == 1, stopit(2) = inf; end  % Max no. of
> > f-evaluations.
> >   if length(stopit) == 2, stopit(3) = inf; end  % Default target for
> > f-values.
> > --- 46,52 ----
> >   n = length(x0);
> >   
> >   % Set up convergence parameters etc.
> > ! if nargin < 3 || isempty(stopit), stopit(1) = 1e-3; endif
> >   tol = stopit(1);  % Tolerance for cgce test based on relative size of
> > simplex.
> >   if length(stopit) == 1, stopit(2) = inf; end  % Max no. of
> > f-evaluations.
> >   if length(stopit) == 2, stopit(3) = inf; end  % Default target for
> > f-values.
> > 
> > 
> > tomdean
> 
> This and some other things causing warnings are already corrected in
> SVN (revision 8056). Time for a new package ...
> 
> Olaf

CCed Thomas Dean, but it could not be delivered. So I repeat this only
to the list --- maybe he can be reached from there.

Olaf

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to