Skip to content

Commit 164bb5d

Browse files
committed
deleted too much
1 parent 1c61027 commit 164bb5d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

SU2_CFD/include/solvers/CIncEulerSolver.hpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,15 @@ class CIncEulerSolver : public CFVMFlowSolverBase<CIncEulerVariable, INCOMPRESSI
213213
*/
214214
void SetMax_Eigenvalue(CGeometry *geometry, CConfig *config);
215215

216+
/*!
217+
* \author H. Kline
218+
* \brief Compute weighted-sum "combo" objective output
219+
* \param[in] config - Definition of the particular problem.
220+
*/
221+
inline void Evaluate_ObjFunc(const CConfig *config) final {
222+
Total_ComboObj = EvaluateCommonObjFunc(*config);
223+
}
224+
216225
/*!
217226
* \brief Impose the far-field boundary condition using characteristics.
218227
* \param[in] geometry - Geometrical definition of the problem.

0 commit comments

Comments
 (0)