STYLE: minor code typo corrections

This commit is contained in:
Andrew Heather
2016-11-22 15:34:37 +00:00
parent 558006afd2
commit 87a566c11c
5 changed files with 11 additions and 11 deletions

View File

@ -296,7 +296,7 @@ bool Foam::functionObjects::scalarTransport::execute()
mesh_.lookupObject<surfaceScalarField>(phiName_)
);
}
else if(UPhiName_ != "none")
else if (UPhiName_ != "none")
{
const volVectorField& Uphi =
mesh_.lookupObject<volVectorField>(UPhiName_);