Skip to content
Snippets Groups Projects
Verified Commit 99adc8b8 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(fix) Fixed format

parent e5e93205
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #48908 passed with warnings
......@@ -1095,8 +1095,7 @@ void CoupledAdjoint::gradientwrtMesh() {
Eigen::VectorXd CoupledAdjoint::runViscous() {
int exitCode = vsol->run();
if (exitCode != 0 && vsol->verbose > 0)
std::cout << "vsol terminated with exit code " << exitCode <<
std::endl;
std::cout << "vsol terminated with exit code " << exitCode << std::endl;
// Extract deltaStar
std::vector<Eigen::VectorXd> dStar_p;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment