Commit Graph

2 Commits

Author SHA1 Message Date
Julien Marrec
446d4a5a02 Format macros, they keep getting picked incrementally by clang format + Strip trailing whitespaces
```
find . -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx|py)$' | xargs -I@ sed -i 's/[ \t]*$//' "@"
```
2022-04-01 09:40:25 +02:00
Ian Bell
1076753e83 Issues/1820 (#1823)
* Added a CPP file to debug humid air calculations
* Improved the handling of the saturation states
* Twb, Tdb pair fixed
* Tighten tolerances on Brent, better accuracy
* Removed the bounds check from the internal routines
2019-04-23 20:34:18 +02:00