From c78a3d1d14c8ff64e6166e878d84b9d5130b4c98 Mon Sep 17 00:00:00 2001
From: Norbert Grunwald <Norbert.Grunwald@ufz.de>
Date: Mon, 20 Jan 2020 13:09:35 +0100
Subject: [PATCH] fixed a naming issue in THM

---
 .../ThermoHydroMechanics/ThermoHydroMechanicsProcess.cpp      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.cpp b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.cpp
index 72c773d3e3f..d17ede9c963 100644
--- a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.cpp
+++ b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.cpp
@@ -366,7 +366,7 @@ void ThermoHydroMechanicsProcess<
         return;
     }
 
-    DBUG("PostNonLinearSolver HydroMechanicsProcess.");
+    DBUG("PostNonLinearSolver ThermoHydroMechanicsProcess.");
     // Calculate strain, stress or other internal variables of mechanics.
     GlobalExecutor::executeMemberOnDereferenced(
         &LocalAssemblerInterface::postNonLinearSolver, _local_assemblers,
@@ -379,7 +379,7 @@ void ThermoHydroMechanicsProcess<
                                                        GlobalVector const& x,
                                                        const int process_id)
 {
-    DBUG("Compute the secondary variables for HydroMechanicsProcess.");
+    DBUG("Compute the secondary variables for ThermoHydroMechanicsProcess.");
     GlobalExecutor::executeMemberOnDereferenced(
         &LocalAssemblerInterface::computeSecondaryVariable, _local_assemblers,
         getDOFTable(process_id), t, x, _coupled_solutions);
-- 
GitLab