From db2a382e8aa9f29feae3a3ed092ae713ef64bd21 Mon Sep 17 00:00:00 2001 From: Wenqing Wang <wenqing.wang@ufz.de> Date: Fri, 19 Mar 2021 11:59:24 +0100 Subject: [PATCH] [MPL/Vapour] Corrected the DBUG message in two creators. --- MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.cpp | 1 + .../Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.cpp b/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.cpp index b496ca1199d..1ea2f20a121 100644 --- a/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.cpp +++ b/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.cpp @@ -22,6 +22,7 @@ std::unique_ptr<Property> createWaterVapourDensity( { //! \ogs_file_param{properties__property__type} config.checkConfigParameter("type", "WaterVapourDensity"); + DBUG("Create WaterVapourDensity phase property"); // Here ogs_file_param is used just to create a documentation entry for this // property without any input parameter. diff --git a/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.cpp b/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.cpp index f9de6327b08..51f7d89f58e 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.cpp +++ b/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.cpp @@ -22,7 +22,7 @@ std::unique_ptr<Property> createVapourDiffusionFEBEX( { //! \ogs_file_param{properties__property__type} config.checkConfigParameter("type", "VapourDiffusionFEBEX"); - DBUG("Create VapourDiffusionFEBEX medium property"); + DBUG("Create VapourDiffusionFEBEX phase property"); // Second access for storage. //! \ogs_file_param{properties__property__name} -- GitLab