Skip to content

Commit bdc2bcd

Browse files
authored
Merge pull request #1831 from su2code/fix_comment_RefElemLength
2 parents 9f082de + 88c6424 commit bdc2bcd

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
@@ -4691,7 +4691,7 @@ void CConfig::SetPostprocessing(SU2_COMPONENT val_software, unsigned short val_i
46914691
}
46924692

46934693
/*--- Length based parameter for slope limiters uses a default value of
4694-
0.1m ---*/
4694+
1.0m ---*/
46954695

46964696
RefElemLength = 1.0;
46974697
if (SystemMeasurements == US) RefElemLength /= 0.3048;

0 commit comments

Comments
 (0)