mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
DamarisKeywords: correct paths in comments
This commit is contained in:
parent
52fb89b66e
commit
2a2a9f5de4
@ -43,8 +43,8 @@
|
||||
The entries in the map below will be filled by the corresponding
|
||||
Damaris Keywords.
|
||||
|
||||
The command line arguments are defined in ebos/damariswriter.hh
|
||||
and defaults are set in ebos/eclproblem_properties.hh
|
||||
The command line arguments are defined in opm/simulators/flow/DamarisWriter.hpp
|
||||
and defaults are set in opm/simulators/flow/FlowProblemProperties.hpp
|
||||
*/
|
||||
|
||||
namespace Opm::DamarisOutput
|
||||
|
@ -85,8 +85,10 @@ std::map<std::string, std::string>
|
||||
getDamarisKeywords(const Parallel::Communication& comm, const std::string& OutputDir)
|
||||
{
|
||||
DamarisSettings settings;
|
||||
// Get all of the Damaris keywords (except for --enable-damaris, which is used in simulators/flow/Main.hpp)
|
||||
// These command line arguments are defined in ebos/damariswriter.hh and defaults are set in ebos/eclproblem_properties.hh
|
||||
// Get all of the Damaris keywords (except for --enable-damaris,
|
||||
// which is used in simulators/flow/Main.hpp)
|
||||
// These command line arguments are defined in opm/simulators/flow/DamarisWriter.hpp and
|
||||
// defaults are set in opm/simulators/flow/FlowProblemProperties.hpp
|
||||
settings.enableDamarisOutputCollective_ = EWOMS_GET_PARAM(TypeTag, bool, DamarisOutputHdfCollective);
|
||||
settings.saveMeshToHDF5_ = EWOMS_GET_PARAM(TypeTag, bool, DamarisSaveMeshToHdf);
|
||||
settings.saveToDamarisHDF5_ = EWOMS_GET_PARAM(TypeTag, bool, DamarisSaveToHdf);
|
||||
|
Loading…
Reference in New Issue
Block a user