Skip to content

Commit 571ef4d

Browse files
committed
Fix comment for RefElemLength
1 parent 2642f7f commit 571ef4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/src/CConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4674,7 +4674,7 @@ void CConfig::SetPostprocessing(SU2_COMPONENT val_software, unsigned short val_i
46744674
}
46754675

46764676
/*--- Length based parameter for slope limiters uses a default value of
4677-
0.1m ---*/
4677+
1.0m ---*/
46784678

46794679
RefElemLength = 1.0;
46804680
if (SystemMeasurements == US) RefElemLength /= 0.3048;

0 commit comments

Comments
 (0)