From: David B. <Dav...@mo...> - 2004-10-15 09:58:52
|
Ok, done, but your patch is wrong.. It should read if( nargin < 3 || nargin > 4 ) usage( "newyp = irsa_resample (xp, yp, newxp, [lm] )" ); endif D. According to dg...@um... <dg...@um...> (on 10/08/04): > Will someone add this to the cvs please? The lm parameter won't work without it. > > --- /usr/share/octave/2.1.57/site/m/octave-forge/irsa/irsa_resample.m 2004-10-07 11:23:03.000000000 -0700 > +++ /usr/share/octave/2.1.57/site/m/octave-forge/irsa/irsa_resample.m.orig 2004-07-07 18:42:32.000000000 -0700 > @@ -40,7 +40,7 @@ > > function newyp = irsa_resample (xp, yp, newxp, lm ) > > - if( nargin < 3 ) > + if( nargin != 3 ) > usage( "newyp = irsa_resample (xp, yp, newxp, [lm] )" ); > endif > > > -- > Daniel > > > -- > ___________________________________________________________ > Sign-up for Ads Free at Mail.com > http://promo.mail.com/adsfreejump.htm > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Octave-dev mailing list > Oct...@li... > https://lists.sourceforge.net/lists/listinfo/octave-dev -- David Bateman Dav...@mo... Motorola CRM +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 1 69 35 77 01 (Fax) 91193 Gif-Sur-Yvette FRANCE The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary |