Removed the unnecessary ".0" from dimensionedScalar constructors

This commit is contained in:
Henry Weller
2018-12-19 14:24:41 +00:00
parent 2f7f0a2f11
commit 6faadcb45c
117 changed files with 254 additions and 254 deletions

View File

@ -82,7 +82,7 @@ Foam::tmp<Foam::pointScalarField> Foam::functionObjects::streamFunction::calc
mesh_
),
pMesh,
dimensionedScalar("zero", phi.dimensions(), 0.0)
dimensionedScalar("zero", phi.dimensions(), 0)
)
);
pointScalarField& streamFunction = tstreamFunction.ref();