Mercurial > hg > octave-nkf
comparison src/ls-hdf5.cc @ 8676:22462fd58e66
require HDF5 v1.6 API
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 05 Feb 2009 01:19:29 -0500 |
parents | 712cfdc2e417 |
children | 354179c24c79 |
comparison
equal
deleted
inserted
replaced
8675:43c6012bd4c2 | 8676:22462fd58e66 |
---|---|
35 #include <fstream> | 35 #include <fstream> |
36 #include <iomanip> | 36 #include <iomanip> |
37 #include <iostream> | 37 #include <iostream> |
38 #include <string> | 38 #include <string> |
39 #include <vector> | 39 #include <vector> |
40 | |
41 #include <hdf5.h> | |
42 | 40 |
43 #include "byte-swap.h" | 41 #include "byte-swap.h" |
44 #include "data-conv.h" | 42 #include "data-conv.h" |
45 #include "file-ops.h" | 43 #include "file-ops.h" |
46 #include "glob-match.h" | 44 #include "glob-match.h" |