From e3cb19f022e793b361382585154f8e709f4e559e Mon Sep 17 00:00:00 2001 From: Mark Berrill Date: Wed, 3 Nov 2021 12:11:27 -0400 Subject: [PATCH] Fixing bug compiling without HDF5 --- IO/HDF5Writer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IO/HDF5Writer.cpp b/IO/HDF5Writer.cpp index 577e59c5..ca5c5baf 100644 --- a/IO/HDF5Writer.cpp +++ b/IO/HDF5Writer.cpp @@ -274,7 +274,7 @@ std::vector writeMeshesHDF5( const std::vector writeMeshesHDF5( - const std::vector &, const std::string &, IO::FileFormat, int ) + const std::vector &, const std::string &, IO::FileFormat, int, Xdmf & ) { return std::vector(); }