Skip to content

Commit 7a350b5

Browse files
Update applications/ConvectionDiffusionApplication/python_scripts/coupled_structural_thermal_solver.py
1 parent ce31fdd commit 7a350b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/ConvectionDiffusionApplication/python_scripts/coupled_structural_thermal_solver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def SolveSolutionStep(self):
158158
KratosMultiphysics.Logger.PrintInfo("\n" + "\t" + "Solving Thermal part..." + "\n")
159159
thermal_is_converged = self.thermal_solver.SolveSolutionStep()
160160

161-
print("+--------------------------------------------------------------+")
161+
KratosMultiphysics.Logger.PrintInfo("+--------------------------------------------------------------+")
162162

163163
return (solid_is_converged and thermal_is_converged)
164164

0 commit comments

Comments
 (0)