Skip to content

Commit

Permalink
Merge pull request #1831 from su2code/fix_comment_RefElemLength
Browse files Browse the repository at this point in the history
  • Loading branch information
snow54 authored Nov 28, 2022
2 parents 9f082de + 88c6424 commit bdc2bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/src/CConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4691,7 +4691,7 @@ void CConfig::SetPostprocessing(SU2_COMPONENT val_software, unsigned short val_i
}

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

RefElemLength = 1.0;
if (SystemMeasurements == US) RefElemLength /= 0.3048;
Expand Down

0 comments on commit bdc2bcd

Please sign in to comment.