Skip to content
Snippets Groups Projects
Commit 6862ab8e authored by Florian Zill's avatar Florian Zill Committed by Dmitri Naumov
Browse files

[HM] docu fix

parent c3ef324c
No related branches found
No related tags found
No related merge requests found
\copydoc ProcessLib::HydroMechanics::HydroMechanicsProcessData::specific_storage
...@@ -195,8 +195,8 @@ std::unique_ptr<Process> createHydroMechanicsProcess( ...@@ -195,8 +195,8 @@ std::unique_ptr<Process> createHydroMechanicsProcess(
DBUG("Use 'fluid_compressibility' as fluid compressibility parameter."); DBUG("Use 'fluid_compressibility' as fluid compressibility parameter.");
auto const fluid_type = auto const fluid_type =
//! \ogs_file_param{prj__processes__process__HYDRO_MECHANICS__fluid_type}
FluidType::strToFluidType( FluidType::strToFluidType(
//! \ogs_file_param{prj__processes__process__HYDRO_MECHANICS__fluid_type}
config.getConfigParameter<std::string>("fluid_type")); config.getConfigParameter<std::string>("fluid_type"));
DBUG("Use 'fluid_type' as fluid type parameter."); DBUG("Use 'fluid_type' as fluid type parameter.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment