freestreamVelocityFvPatchVectorField: Constructor call corrected for clang
This commit is contained in:
@ -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());
|
||||
|
||||
Reference in New Issue
Block a user