mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
This commit is contained in:
@ -97,7 +97,7 @@ void Foam::writeFields
|
||||
(
|
||||
radToDeg
|
||||
(
|
||||
Foam::acos(min(1.0, faceOrthogonality))
|
||||
Foam::acos(min(scalar(1.0), faceOrthogonality))
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user