mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: more consistent use of dimensioned Zero, scalar decimal points
- use scalar(0) instead of scalar(0.0) etc
This commit is contained in:
@ -130,7 +130,7 @@ void Foam::functionObjects::residuals::writeField(const word& fieldName) const
|
||||
false
|
||||
),
|
||||
mesh_,
|
||||
dimensionedScalar("0", dimless, 0),
|
||||
dimensionedScalar(dimless, Zero),
|
||||
zeroGradientFvPatchField<scalar>::typeName
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user