Skip to content

Commit 4904b19

Browse files
authored
Update SU2_CFD/src/numerics/flow/flow_sources.cpp
1 parent b77fd09 commit 4904b19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SU2_CFD/src/numerics/flow/flow_sources.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ CNumerics::ResidualType<> CSourceIncBodyForce::ComputeResidual(const CConfig* co
427427

428428
residual[nDim+1] = 0.0;
429429

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

432431
return ResidualType<>(residual, jacobian, nullptr);
433432
}

0 commit comments

Comments
 (0)