220
edits
No edit summary |
(→Core) |
||
Line 22: | Line 22: | ||
* Add swisdom (single prec.) to /libinterp/dldfcn/fftw.cc documentation | * Add swisdom (single prec.) to /libinterp/dldfcn/fftw.cc documentation | ||
* linguist-qt4: octave-src/libgui$ lupdate -recursive src qterminal -ts languages/de_DE.ts | * linguist-qt4: octave-src/libgui$ lupdate -recursive src qterminal -ts languages/de_DE.ts | ||
=== GUI === | |||
HDF5: infinite loop closing library | |||
D,T,F,FD,P,FD,P,FD,P,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E | |||
is printed if the GUI is opened and closed. If you actually use hdf5 to load a file (not generated with octave) | |||
>> d=load("mystub.h5") | |||
d = | |||
scalar structure containing the fields: | |||
pattern = | |||
100 100 100 100 100 100 | |||
0 120 240 360 480 600 | |||
0 0 0 90 90 90 | |||
There is no message on exit. If it is created inside octave: | |||
a = magic(3); | |||
save("mout.h5", "a") | |||
b = load("mout.h5") | |||
the message is shown | |||
=== Forge === | === Forge === |
edits