Skip to content
Snippets Groups Projects
Commit 80b66724 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[doc] Add missing ogs_file_param for Liakopoulos.

parent 29b40d0c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
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