Skip to content

Commit

Permalink
Introduce a bug to test the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Mar 21, 2024
1 parent 74b8719 commit 03ad208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FSI/ForceBase.C
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ std::size_t preciceAdapter::FSI::ForceBase::writeToBuffer(double* buffer,
if (solverType_.compare("incompressible") == 0)
{
forceField.boundaryFieldRef()[patchID] =
surface * pb[patchID] * rhob[patchID];
pb[patchID] * rhob[patchID];
}
else if (solverType_.compare("compressible") == 0)
{
Expand Down

0 comments on commit 03ad208

Please sign in to comment.