We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77fd09 commit 4904b19Copy full SHA for 4904b19
SU2_CFD/src/numerics/flow/flow_sources.cpp
@@ -427,7 +427,6 @@ CNumerics::ResidualType<> CSourceIncBodyForce::ComputeResidual(const CConfig* co
427
428
residual[nDim+1] = 0.0;
429
430
- //cout << "residual = " << residual[0] << " " << residual[1] << " " << residual[2] << " " <<residual[3] << endl;
431
432
return ResidualType<>(residual, jacobian, nullptr);
433
}
0 commit comments