mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated xxx::zero->Zero
This commit is contained in:
@ -186,7 +186,7 @@ void Foam::fluxSummary::initialiseFaceZoneAndDirection
|
||||
const surfaceVectorField& Sf = mesh.Sf();
|
||||
const surfaceScalarField& magSf = mesh.magSf();
|
||||
|
||||
vector n = vector::zero;
|
||||
vector n(Zero);
|
||||
|
||||
forAll(fZone, i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user