From: Juan P. C. <aju...@gm...> - 2012-10-27 08:36:29
|
On Sat, Oct 27, 2012 at 10:31 AM, Rafael Laboissiere <ra...@la...> wrote: > * Rafael Laboissiere <ra...@la...> [2012-10-26 13:43]: > >> * c. <car...@gm...> [2012-10-26 01:02]: >>> >>> I posted a new version of bim here: >>> >>> https://sourceforge.net/p/octave/package-releases/9/#5b7d >> >> This tarball works fine, thanks. > > Well, when testing functions bim3a_osc_advection_diffusion and > bim3a_osc_laplacian, I get lots of this message: > > warning: product: automatic broadcasting operation applied > > I guess they are harmless. > > Rafael > > > ------------------------------------------------------------------------------ > WINDOWS 8 is here. > Millions of people. Your app in 30 days. > Visit The Windows 8 Center at Sourceforge for all your go to resources. > http://windows8center.sourceforge.net/ > join-generation-app-and-make-money-coding-fast/ > _______________________________________________ > Octave-dev mailing list > Oct...@li... > https://lists.sourceforge.net/lists/listinfo/octave-dev The warning is just telling the user that broadcast was applied. Whether Carlo wants that or not I do not know. @Carlo: In the latest Octave you will be able to deactivate the warnings locally to each function. |