Skip to content

Commit 9373983

Browse files
committed
Remove printing objective function recording index to screen.
1 parent 13bfa9a commit 9373983

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

SU2_CFD/src/drivers/CDiscAdjMultizoneDriver.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -776,11 +776,7 @@ void CDiscAdjMultizoneDriver::SetObjFunction(RECORDING kind_recording) {
776776
if (kind_recording == RECORDING::SOLUTION_VARIABLES ||
777777
kind_recording == RECORDING::TAG_INIT_SOLUTION_VARIABLES ||
778778
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;
779+
cout << " Objective function : " << ObjFunc << endl;
784780
}
785781
}
786782
}

0 commit comments

Comments
 (0)