freestreamVelocityFvPatchVectorField: Constructor call corrected for clang

This commit is contained in:
Henry Weller
2020-04-16 22:27:27 +01:00
parent 6557788618
commit b6e3838dbd

View File

@ -106,7 +106,7 @@ void Foam::freestreamVelocityFvPatchVectorField::updateCoeffs()
return;
}
const Field<vector> Up = patchInternalField();
const Field<vector> Up(patchInternalField());
const Field<scalar> magUp(mag(Up));
const Field<vector> nf(patch().nf());