fixed: missing return value without HDF5

This commit is contained in:
Arne Morten Kvarving 2021-01-27 14:57:06 +01:00
parent 0b63ec3e93
commit 0731179e31

View File

@ -757,4 +757,6 @@ bool HDF5Writer::writeLog (const std::string& data, const std::string& name)
return true;
#endif
return false;
}