Skip to content

Commit 12dd862

Browse files
authored
Update SU2_CFD/src/output/CFlowOutput.cpp
1 parent 69379cc commit 12dd862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_CFD/src/output/CFlowOutput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@ void CFlowOutput::AddAerodynamicCoefficients(const CConfig* config) {
17211721
AddHistoryOutput("AOA", "AoA", ScreenOutputFormat::FIXED, "AOA", "Angle of attack");
17221722

17231723
// CUSTOM_OBJFUNC is added here so historyMap.py knows how to get its value, the actual output is COMBO.
1724-
AddHistoryOutput("CUSTOM_OBJFUNC", "ComboObj", ScreenOutputFormat::SCIENTIFIC, "COMBO", "Custom obj. function value.", HistoryFieldType::COEFFICIENT);
1724+
if (false) AddHistoryOutput("CUSTOM_OBJFUNC", "ComboObj", ScreenOutputFormat::SCIENTIFIC, "COMBO", "Custom obj. function value.", HistoryFieldType::COEFFICIENT);
17251725
AddHistoryOutput("COMBO", "ComboObj", ScreenOutputFormat::SCIENTIFIC, "COMBO", "Combined obj. function value.", HistoryFieldType::COEFFICIENT);
17261726
}
17271727

0 commit comments

Comments
 (0)