Fixing bug compiling without HDF5

This commit is contained in:
Mark Berrill 2021-11-03 12:11:27 -04:00
parent 8a8df8fbb0
commit e3cb19f022

View File

@ -274,7 +274,7 @@ std::vector<IO::MeshDatabase> writeMeshesHDF5( const std::vector<IO::MeshDataStr
std::vector<IO::MeshDatabase> writeMeshesHDF5( std::vector<IO::MeshDatabase> writeMeshesHDF5(
const std::vector<IO::MeshDataStruct> &, const std::string &, IO::FileFormat, int ) const std::vector<IO::MeshDataStruct> &, const std::string &, IO::FileFormat, int, Xdmf & )
{ {
return std::vector<IO::MeshDatabase>(); return std::vector<IO::MeshDatabase>();
} }