Skip to content

Commit 036af7c

Browse files
committed
formatting
1 parent dfca0ed commit 036af7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/src/CConfig.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6993,15 +6993,15 @@ void CConfig::SetOutput(SU2_COMPONENT val_software, unsigned short val_izone) {
69936993
auto PrintLimiterInfo = [&](const LIMITER kind_limiter, const su2double kappa) {
69946994
cout << "Second order integration in space, with slope limiter.\n";
69956995
if (RampMUSCL) {
6996-
cout << "Ramping MUSCL sheme from first to second order starting at iter " << RampMUSCLParam.rampMUSCLCoeff[RAMP_COEFF::INITIAL_VALUE]
6996+
cout << "Ramping MUSCL sheme from first to second order starting at iter " << RampMUSCLParam.rampMUSCLCoeff[RAMP_COEFF::INITIAL_VALUE]
69976997
<< ", ending at iter " << RampMUSCLParam.rampMUSCLCoeff[RAMP_COEFF::FINAL_ITER] + RampMUSCLParam.rampMUSCLCoeff[RAMP_COEFF::INITIAL_VALUE]
69986998
<< ", updating every " << RampMUSCLParam.rampMUSCLCoeff[RAMP_COEFF::UPDATE_FREQ] << " iterations." << endl;
69996999
string MUSCLRampType;
70007000
switch (RampMUSCLParam.Kind_MUSCLRamp) {
70017001
case MUSCL_RAMP_TYPE::ITERATION:
70027002
MUSCLRampType = "linear";
70037003
break;
7004-
case MUSCL_RAMP_TYPE::SMOOTH_FUNCTION:
7004+
case MUSCL_RAMP_TYPE::SMOOTH_FUNCTION:
70057005
MUSCLRampType = "cosine";
70067006
break;
70077007
}

0 commit comments

Comments
 (0)