somewhere

This commit is contained in:
Dhanya Maliakal
2017-03-10 10:51:28 +01:00
parent 1e94ec0c6a
commit 300b014f73
4 changed files with 6 additions and 7 deletions

View File

@ -122,7 +122,8 @@ public:
GET_FILE_FORMAT=-1,/**< the receiver will return its file format */
BINARY, /**< binary format */
ASCII, /**< ascii format */
HDF5 /**< hdf5 format */
HDF5, /**< hdf5 format */
NUM_FILE_FORMATS
};