Skip to content

Commit 6f50158

Browse files
authored
Update SU2_CFD/src/drivers/CDiscAdjSinglezoneDriver.cpp
1 parent bceccb7 commit 6f50158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/drivers/CDiscAdjSinglezoneDriver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ void CDiscAdjSinglezoneDriver::SetRecording(RECORDING kind_recording){
251251
case RECORDING::MESH_COORDS: cout << "Storing computational graph wrt MESH COORDINATES." << endl; break;
252252
case RECORDING::SOLUTION_VARIABLES:
253253
cout << "Direct iteration to store the primal computational graph." << endl;
254-
cout << "Compute residuals to check the convergence of the direct problem." << endl; break;
254+
cout << "Computing residuals to check the convergence of the direct problem." << endl; break;
255255
default: break;
256256
}
257257
}

0 commit comments

Comments
 (0)