mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +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:
@ -99,7 +99,7 @@ void Foam::writeFields
|
||||
(
|
||||
radToDeg
|
||||
(
|
||||
Foam::acos(min(scalar(1.0), faceOrthogonality))
|
||||
Foam::acos(min(scalar(1), faceOrthogonality))
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user