mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-14 05:53:26 -06:00
fix added for unused parameter when Damaris does not have Python of Paraview compiled in
This commit is contained in:
parent
f72553d049
commit
d928078219
@ -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") ;
|
||||
|
Loading…
Reference in New Issue
Block a user