mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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
|
The entries in the map below will be filled by the corresponding
|
||||||
Damaris Keywords.
|
Damaris Keywords.
|
||||||
|
|
||||||
The command line arguments are defined in ebos/damariswriter.hh
|
The command line arguments are defined in opm/simulators/flow/DamarisWriter.hpp
|
||||||
and defaults are set in ebos/eclproblem_properties.hh
|
and defaults are set in opm/simulators/flow/FlowProblemProperties.hpp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Opm::DamarisOutput
|
namespace Opm::DamarisOutput
|
||||||
|
@ -85,8 +85,10 @@ std::map<std::string, std::string>
|
|||||||
getDamarisKeywords(const Parallel::Communication& comm, const std::string& OutputDir)
|
getDamarisKeywords(const Parallel::Communication& comm, const std::string& OutputDir)
|
||||||
{
|
{
|
||||||
DamarisSettings settings;
|
DamarisSettings settings;
|
||||||
// Get all of the Damaris keywords (except for --enable-damaris, which is used in simulators/flow/Main.hpp)
|
// Get all of the Damaris keywords (except for --enable-damaris,
|
||||||
// These command line arguments are defined in ebos/damariswriter.hh and defaults are set in ebos/eclproblem_properties.hh
|
// 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.enableDamarisOutputCollective_ = EWOMS_GET_PARAM(TypeTag, bool, DamarisOutputHdfCollective);
|
||||||
settings.saveMeshToHDF5_ = EWOMS_GET_PARAM(TypeTag, bool, DamarisSaveMeshToHdf);
|
settings.saveMeshToHDF5_ = EWOMS_GET_PARAM(TypeTag, bool, DamarisSaveMeshToHdf);
|
||||||
settings.saveToDamarisHDF5_ = EWOMS_GET_PARAM(TypeTag, bool, DamarisSaveToHdf);
|
settings.saveToDamarisHDF5_ = EWOMS_GET_PARAM(TypeTag, bool, DamarisSaveToHdf);
|
||||||
|
Loading…
Reference in New Issue
Block a user