Skip to content

Commit e4eb03b

Browse files
committed
correct type of history field and regen history map
1 parent ee06fba commit e4eb03b

File tree

2 files changed

+61
-112
lines changed

2 files changed

+61
-112
lines changed

SU2_CFD/src/output/CFlowOutput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ void CFlowOutput::SetRotatingFrameCoefficients(const CSolver* flow_solver) {
13111311

13121312
void CFlowOutput::Add_CpInverseDesignOutput(){
13131313

1314-
AddHistoryOutput("INVERSE_DESIGN_PRESSURE", "Cp_Diff", ScreenOutputFormat::FIXED, "CP_DIFF", "Cp difference for inverse design");
1314+
AddHistoryOutput("INVERSE_DESIGN_PRESSURE", "Cp_Diff", ScreenOutputFormat::FIXED, "CP_DIFF", "Cp difference for inverse design", HistoryFieldType::COEFFICIENT);
13151315
}
13161316

13171317
void CFlowOutput::Set_CpInverseDesign(CSolver *solver, const CGeometry *geometry, const CConfig *config){

0 commit comments

Comments
 (0)