Skip to content

Commit

Permalink
Update SU2_CFD/src/numerics/flow/flow_sources.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfooted authored Dec 3, 2024
1 parent b77fd09 commit 4904b19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SU2_CFD/src/numerics/flow/flow_sources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ CNumerics::ResidualType<> CSourceIncBodyForce::ComputeResidual(const CConfig* co

residual[nDim+1] = 0.0;

//cout << "residual = " << residual[0] << " " << residual[1] << " " << residual[2] << " " <<residual[3] << endl;

return ResidualType<>(residual, jacobian, nullptr);
}
Expand Down

0 comments on commit 4904b19

Please sign in to comment.