mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: intel compiler issues with operator ""_deg (fixes #544)
- this represents a partial revert for commit 6a0a8b99b3
This commit is contained in:
@ -43,7 +43,7 @@ namespace Foam
|
||||
defineTypeNameAndDebug(edgeIntersections, 0);
|
||||
}
|
||||
|
||||
Foam::scalar Foam::edgeIntersections::alignedCos_ = Foam::cos(89.0_deg);
|
||||
Foam::scalar Foam::edgeIntersections::alignedCos_ = Foam::cos(degToRad(89.0));
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
||||
|
||||
Reference in New Issue
Block a user