From 35ea9aeba761a0f3f667bde28eabdce804850575 Mon Sep 17 00:00:00 2001 From: ChaofanChen <chaofan.chen@ufz.de> Date: Mon, 25 Feb 2019 12:22:17 +0100 Subject: [PATCH] Small fixes of parameters' documenting. --- ProcessLib/HeatTransportBHE/BHE/CreateBHE1U.cpp | 4 ++-- ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateBHE1U.cpp b/ProcessLib/HeatTransportBHE/BHE/CreateBHE1U.cpp index c3b65d521aa..a16356f1e0f 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHE1U.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHE1U.cpp @@ -24,8 +24,8 @@ BHE::BHE_1U createBHE1U( std::unique_ptr<MathLib::PiecewiseLinearInterpolation>> const& curves) { - //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__borehole} auto const borehole_geometry = + //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__borehole} createBoreholeGeometry(config.getConfigSubtree("borehole")); //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__pipes} @@ -48,8 +48,8 @@ BHE::BHE_1U createBHE1U( //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__grout} auto const grout = createGroutParameters(config.getConfigSubtree("grout")); - //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__refrigerant} auto const refrigerant = + //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__refrigerant} createRefrigerantProperties(config.getConfigSubtree("refrigerant")); auto const flowAndTemperatureControl = createFlowAndTemperatureControl( diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp b/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp index e0791f27c8e..32782649f17 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp @@ -32,8 +32,8 @@ parseBHECoaxialConfig( std::unique_ptr<MathLib::PiecewiseLinearInterpolation>> const& curves) { - //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__borehole} auto const borehole_geometry = + //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__borehole} createBoreholeGeometry(config.getConfigSubtree("borehole")); //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__pipes} @@ -53,8 +53,8 @@ parseBHECoaxialConfig( //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__grout} auto const grout = createGroutParameters(config.getConfigSubtree("grout")); - //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__refrigerant} auto const refrigerant = + //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__refrigerant} createRefrigerantProperties(config.getConfigSubtree("refrigerant")); auto const flowAndTemperatureControl = createFlowAndTemperatureControl( -- GitLab