diff --git a/FF/Alpha.C b/FF/Alpha.C index 070b2050..f11d9c2e 100644 --- a/FF/Alpha.C +++ b/FF/Alpha.C @@ -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 { diff --git a/FF/FF.H b/FF/FF.H index b7b28e9a..4656a6ed 100644 --- a/FF/FF.H +++ b/FF/FF.H @@ -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";