Formatting

This commit is contained in:
Hrvoje Jasak 2011-10-06 15:03:12 +01:00
parent 95f9013cf5
commit 8d35a4079d

View file

@ -176,7 +176,7 @@ void Foam::movingRotatingWallVelocityFvPatchVectorField::updateCoeffs()
const volVectorField& U =
db().lookupObject<volVectorField>(dimensionedInternalField().name());
scalarField phip =
scalarField phip =
p.patchField<surfaceScalarField, scalar>(fvc::meshPhi(U));
vectorField n = p.nf();