We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bceccb7 commit 6f50158Copy full SHA for 6f50158
1 file changed
SU2_CFD/src/drivers/CDiscAdjSinglezoneDriver.cpp
@@ -251,7 +251,7 @@ void CDiscAdjSinglezoneDriver::SetRecording(RECORDING kind_recording){
251
case RECORDING::MESH_COORDS: cout << "Storing computational graph wrt MESH COORDINATES." << endl; break;
252
case RECORDING::SOLUTION_VARIABLES:
253
cout << "Direct iteration to store the primal computational graph." << endl;
254
- cout << "Compute residuals to check the convergence of the direct problem." << endl; break;
+ cout << "Computing residuals to check the convergence of the direct problem." << endl; break;
255
default: break;
256
}
257
0 commit comments