Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamriel committed Nov 17, 2023
1 parent ea75272 commit 51b507a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion FF/Alpha.C
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ bool preciceAdapter::FF::Alpha::isLocationTypeSupported(const bool meshConnectiv
else
{
return (this->locationType_ == LocationType::faceCenters || this->locationType_ == LocationType::volumeCenters);
}}
}
}

std::string preciceAdapter::FF::Alpha::getDataName() const
{
Expand Down
2 changes: 1 addition & 1 deletion FF/FF.H
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected:

//- Name of the phase variable (alpha) field
std::string nameAlpha_ = "alpha";

//- Name of the face flux field
std::string namePhi_ = "phi";

Expand Down

0 comments on commit 51b507a

Please sign in to comment.