Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Dec 19, 2023
1 parent 87f0aba commit 760ec0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/ff-pm/flow-over-cube-3d/ffproblem-reversed.hh
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ public:
const auto faceId = scvf.index();
if (couplingParticipant_.isCoupledEntity(faceId)) {
values[Indices::velocityYIdx] =
couplingParticipant_.getScalarQuantityOnFace(
meshName_, dataName_, faceId);
couplingParticipant_.getScalarQuantityOnFace(meshName_,
dataName_, faceId);
}

return values;
Expand Down
4 changes: 2 additions & 2 deletions examples/ff-pm/flow-over-square-2d/ffproblem-reversed.hh
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ public:
const auto faceId = scvf.index();
if (couplingParticipant_.isCoupledEntity(faceId)) {
values[Indices::velocityYIdx] =
couplingParticipant_.getScalarQuantityOnFace(
meshName_, dataName_, faceId);
couplingParticipant_.getScalarQuantityOnFace(meshName_,
dataName_, faceId);
}

return values;
Expand Down

0 comments on commit 760ec0e

Please sign in to comment.