| 48 | using namespace std; |
| 49 | |
| 50 | struct H5FeatureDescription** readH5FeatureDescriptions(char* h5filename) |
| 51 | { |
| 52 | #ifndef WITH_HDF5 |
| 53 | cerr << "ERROR: please compile Yaafe with HDF5 support !" << endl; |
nothing calls this directly
no outgoing calls
no test coverage detected