fix added for unused parameter when Damaris does not have Python of Paraview compiled in

This commit is contained in:
josh bowden 2023-09-28 19:37:23 +02:00
parent f72553d049
commit d928078219

View File

@ -78,7 +78,7 @@ bool FileExists(const std::string& filename_in,
std::map<std::string, std::string>
DamarisSettings::getKeywords(const Parallel::Communication& comm,
DamarisSettings::getKeywords([[maybe_unused]] const Parallel::Communication& comm,
const std::string& OutputDir)
{
std::string saveToHDF5_str("MyStore") ;