Chane to fix issue with command line argument template

integrating code modification suggested by Arne Morten Kvarving (https://github.com/jcbowden/opm-simulators/pull/1)
This commit is contained in:
josh bowden
2023-09-28 12:58:18 +02:00
parent 4a965fe297
commit 7f7f3b06b2
4 changed files with 78 additions and 76 deletions

View File

@@ -241,7 +241,7 @@ void Main::setupDamaris(const std::string& outputDir )
}
std::map<std::string, std::string> find_replace_map ;
find_replace_map = Opm::DamarisOutput::DamarisKeywords(EclGenericVanguard::comm(), outputDir);
find_replace_map = Opm::DamarisOutput::DamarisKeywords<PreTypeTag>(EclGenericVanguard::comm(), outputDir);
// By default EnableDamarisOutputCollective is true so all simulation results will
// be written into one single file for each iteration using Parallel HDF5.