From 960026b1fee42f53a51e254879fa36191efa688c Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Thu, 25 Apr 2024 18:48:50 +0200
Subject: [PATCH] [PL/TH2M] Improve comment

---
 ProcessLib/TH2M/ConstitutiveRelations/SolidThermalExpansion.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ProcessLib/TH2M/ConstitutiveRelations/SolidThermalExpansion.h b/ProcessLib/TH2M/ConstitutiveRelations/SolidThermalExpansion.h
index 3eeab68c3d2..6d4a69a73d1 100644
--- a/ProcessLib/TH2M/ConstitutiveRelations/SolidThermalExpansion.h
+++ b/ProcessLib/TH2M/ConstitutiveRelations/SolidThermalExpansion.h
@@ -19,8 +19,8 @@ template <int DisplacementDim>
 struct SolidThermalExpansionData
 {
     KelvinVector<DisplacementDim> solid_linear_thermal_expansivity_vector;
-    double beta_T_SR = nan;  /// Isotropic solid phase volumetric thermal
-                             /// expansion coefficient.
+    double beta_T_SR = nan;  /// Solid phase volumetric thermal expansion
+                             /// coefficient.
     double thermal_volume_strain = nan;
 };
 
-- 
GitLab