This commit is contained in:
2019-06-05 17:54:56 +02:00
parent 862dc824ba
commit e4546c6121
6 changed files with 137 additions and 92 deletions

View File

@ -645,8 +645,8 @@ format
};
/** returns string from file format index
\param s can be BINARY, ASCII, HDF5
\returns string binary, ascii, hdf5
\param s can be BINARY, HDF5
\returns string binary, hdf5
*/
static std::string getFileFormatType(fileFormat f) {
switch (f) {