COMP: intel compiler issues with operator ""_deg (fixes #544)

- this represents a partial revert for commit 6a0a8b99b3
This commit is contained in:
Mark Olesen
2017-07-21 16:40:31 +02:00
parent c0c7c39031
commit b0b4c1aae5
17 changed files with 26 additions and 25 deletions

View File

@ -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 * * * * * * * * * * * //