Skip to content

Commit cd85c27

Browse files
committed
CodeQL
1 parent e50b96a commit cd85c27

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
@@ -5462,9 +5462,9 @@ void CConfig::SetPostprocessing(SU2_COMPONENT val_software, unsigned short val_i
54625462
}
54635463

54645464
RampOutletPressure = false;
5465-
//RampOutletMassFlow = false;
5465+
RampOutletMassFlow = false;
54665466
RampRotatingFrame = false;
5467-
//RampTranslationFrame = false;
5467+
RampTranslationFrame = false;
54685468
}
54695469

54705470
/* 2nd-order MUSCL is not possible for the continuous adjoint

0 commit comments

Comments
 (0)