From d1f6d2ae1b902404626955d55da9157580a19f81 Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Mon, 29 Aug 2016 08:41:37 +0200 Subject: [PATCH] [PL] fixed docu comments --- ProcessLib/Utils/ParseSecondaryVariables.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProcessLib/Utils/ParseSecondaryVariables.cpp b/ProcessLib/Utils/ParseSecondaryVariables.cpp index 075ebf37513..232eb49a434 100644 --- a/ProcessLib/Utils/ParseSecondaryVariables.cpp +++ b/ProcessLib/Utils/ParseSecondaryVariables.cpp @@ -52,10 +52,10 @@ void parseSecondaryVariables( sec_var_config.getConfigParameterList("plug")) { auto const sink_arg = - //! \ogs_file_attr{process__secondary_variables__secondary_variable__sink_arg} + //! \ogs_file_attr{process__secondary_variables__secondary_variable__plug__sink_arg} plug.getConfigAttribute<std::string>("sink_arg"); auto const source_fct = - //! \ogs_file_attr{process__secondary_variables__secondary_variable__source_fct} + //! \ogs_file_attr{process__secondary_variables__secondary_variable__plug__source_fct} plug.getConfigAttribute<std::string>("source_fct"); named_function_caller.plug(sink_fct, sink_arg, source_fct); -- GitLab