We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb4cb3 commit e71a956Copy full SHA for e71a956
1 file changed
SU2_CFD/include/numerics/CNumerics.hpp
@@ -205,8 +205,8 @@ class CNumerics {
205
su2double StrainMag_i, StrainMag_j; /*!< \brief Strain rate magnitude. */
206
su2double Dissipation_i, Dissipation_j; /*!< \brief Dissipation. */
207
su2double Dissipation_ij;
208
- su2double roughness_i, /*!< \brief Roughness of the wall nearest to point i. */
209
- roughness_j; /*!< \brief Roughness of the wall nearest to point j. */
+ su2double roughness_i = 0.0, /*!< \brief Roughness of the wall nearest to point i. */
+ roughness_j = 0.0; /*!< \brief Roughness of the wall nearest to point j. */
210
211
su2double *l, *m;
212
0 commit comments