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.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to