From 80b66724d72d8ce01e02ddcd1fb6866c90b41c1d Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Mon, 7 Oct 2019 18:31:28 +0200 Subject: [PATCH] [doc] Add missing ogs_file_param for Liakopoulos. --- MaterialLib/MPL/Properties/CreateRelPermLiakopoulos.cpp | 1 + MaterialLib/MPL/Properties/CreateSaturationLiakopoulos.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/MaterialLib/MPL/Properties/CreateRelPermLiakopoulos.cpp b/MaterialLib/MPL/Properties/CreateRelPermLiakopoulos.cpp index 71bb1d05fc5..53a6df355a8 100644 --- a/MaterialLib/MPL/Properties/CreateRelPermLiakopoulos.cpp +++ b/MaterialLib/MPL/Properties/CreateRelPermLiakopoulos.cpp @@ -20,6 +20,7 @@ std::unique_ptr<RelPermLiakopoulos> createRelPermLiakopoulos( config.checkConfigParameter("type", "RelPermLiakopoulos"); DBUG("Create RelPermLiakopoulos medium property"); + //! \ogs_file_param_special{properties__property__RelPermLiakopoulos} return std::make_unique<RelPermLiakopoulos>(); } } // namespace MaterialPropertyLib diff --git a/MaterialLib/MPL/Properties/CreateSaturationLiakopoulos.cpp b/MaterialLib/MPL/Properties/CreateSaturationLiakopoulos.cpp index f83b6547718..1d5da1aac5b 100644 --- a/MaterialLib/MPL/Properties/CreateSaturationLiakopoulos.cpp +++ b/MaterialLib/MPL/Properties/CreateSaturationLiakopoulos.cpp @@ -20,6 +20,7 @@ std::unique_ptr<SaturationLiakopoulos> createSaturationLiakopoulos( config.checkConfigParameter("type", "SaturationLiakopoulos"); DBUG("Create SaturationLiakopoulos medium property"); + //! \ogs_file_param_special{properties__property__SaturationLiakopoulos} return std::make_unique<SaturationLiakopoulos>(); } } // namespace MaterialPropertyLib -- GitLab