diff --git a/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.cpp b/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.cpp index 455de287695ee54a62e28473ca040fd35c37c52f..9478b87348efd87690eb413059aa9df057691636 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) {