From: Carlo de F. <car...@gm...> - 2012-09-07 09:26:30
|
Hi, I just uploaded version 1.3.2 of the fpl package to the release tracker. Before the release is made official, I'd be grateful if someone with an older version of Octave installed could confirm thatwith the latest changes compatibility with Octave 3.2.* has been recovered. To test, please install (and load) this package and msh and then run the following commands: x = linspace (0, 1, 10); msh = msh3m_structured_mesh (x, x, x, 1, 1:6); u = msh.p(1,:)'; fpl_vtk_raw_write_field ("pippo1", msh, {u,"u"}, {}) fpl_vtk_b64_write_field ("pippo2", msh, {u,"u"}, {}) Thanks! c. |