From 34ced08bc6ca6d51fc6efe2d68367b6749d69b4c Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Tue, 6 Jul 2021 11:57:24 +0200 Subject: [PATCH] [PL/SD] doc; Fix reference_temperature tag --- ProcessLib/SmallDeformation/CreateSmallDeformationProcess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.cpp b/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.cpp index 455de287695..9478b87348e 100644 --- a/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.cpp +++ b/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.cpp @@ -99,7 +99,7 @@ std::unique_ptr<Process> createSmallDeformationProcess( // Reference temperature auto const reference_temperature = ParameterLib::findOptionalTagParameter< double>( - //! \ogs_file_param{prj__processes__process__SMALL_DEFORMATION__reference_temperature} + //! \ogs_file_param_special{prj__processes__process__SMALL_DEFORMATION__reference_temperature} config, "reference_temperature", parameters, 1, &mesh); if (reference_temperature) { -- GitLab