We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bfa9a commit 9373983Copy full SHA for 9373983
SU2_CFD/src/drivers/CDiscAdjMultizoneDriver.cpp
@@ -776,11 +776,7 @@ void CDiscAdjMultizoneDriver::SetObjFunction(RECORDING kind_recording) {
776
if (kind_recording == RECORDING::SOLUTION_VARIABLES ||
777
kind_recording == RECORDING::TAG_INIT_SOLUTION_VARIABLES ||
778
kind_recording == RECORDING::TAG_CHECK_SOLUTION_VARIABLES) {
779
- cout << " Objective function : " << ObjFunc;
780
- if (driver_config->GetWrt_AD_Statistics()){
781
- // cout << " (" << ObjFunc_Index << ")\n";
782
- }
783
- cout << endl;
+ cout << " Objective function : " << ObjFunc << endl;
784
}
785
786
0 commit comments