COMP: compilation with WM_SP

- STLpoint.H
- isoAdvection.C
- checkMesh/writeFields.C

STYLE: drop construct STLpoint(Istream&), since it doesn't make much sense

- No use case for reading via an OpenFOAM stream and tokenizer.
  Should always be parsing ASCII or reading binary directly.
This commit is contained in:
Mark Olesen
2017-06-26 17:11:46 +02:00
parent 06b59ad9ce
commit 80d69c27b1
3 changed files with 13 additions and 20 deletions

View File

@ -97,7 +97,7 @@ void Foam::writeFields
(
radToDeg
(
Foam::acos(min(1.0, faceOrthogonality))
Foam::acos(min(scalar(1.0), faceOrthogonality))
)
);