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

@ -69,7 +69,7 @@ volScalarField mask
IOobject::NO_WRITE
),
mesh,
dimensionedScalar("zero", dimless, 0.0),
dimensionedScalar("zero", dimless, 0),
zeroGradientFvPatchScalarField::typeName
);