[OctDev] Removing autoconfig stuff?

2010-03-05 Thread Søren Hauberg
Hi All With the change to the new release system, I'd like to clean up a bit in SVN and get rid of files that were used in the old release system. Specifically, I'd like to remove the following files: autogen.sh configure.base install-sh Makeconf.base Makefile admin/release.sh admin

[OctDev] Removing 'dlmwrite', 'csvread' and 'csvwrite' from 'io'?

2010-03-05 Thread Søren Hauberg
Hi All Can we remove 'dlmwrite', 'csvread' and 'csvwrite' from the 'io' package by now? They have been part of Octave core since sometime in the 3.1.x development series. Søren -- Download Intel® Parallel Studio Eval Tr

Re: [OctDev] FYI: control packages moved

2010-03-05 Thread Søren Hauberg
fre, 05 03 2010 kl. 23:06 +0100, skrev Lukas Reichlin: > I've just moved main/control to extra/control-legacy (Rev 6995) and > subsequently extra/control-oo to main/control (Rev 6996). I'm going to > release control-2.0 in the package forum upon arrival of Octave 3.4.0 > which will include an impor

[OctDev] FYI: control packages moved

2010-03-05 Thread Lukas Reichlin
I've just moved main/control to extra/control-legacy (Rev 6995) and subsequently extra/control-oo to main/control (Rev 6996). I'm going to release control-2.0 in the package forum upon arrival of Octave 3.4.0 which will include an important bugfix for OOP (well, some weird kind of) code. Regard

[OctDev] ncenddef problem in octcdf

2010-03-05 Thread nnas
Hi all. For "cdf=ncenddef(cdf)", I get the following error: error: Error chaning mode: NetCDF: Not a valid data type or _FillValue type mismatch What am I supposed to do? Thanks. Nands -- Download Intel® Parallel Stu

Re: [OctDev] finite volume method

2010-03-05 Thread Carlo de Falco
On 5 Mar 2010, at 04:07, Imranullah Syed wrote: > Hi all, > > Are there functions or a package that implements the finite volume > method for PDE solution? Yes, there is the BIM package. > If not, would it be useful to have? > If it will be useful, I will write some code for it. Any extensions/i