diff --git a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.cpp b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.cpp index 72c773d3e3fd15d4cce91ce869db464420b867a0..d17ede9c963de175946626c087dd1a7035216f61 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);