AAGAN / WilliamsonMethod

c++ implementation of Williamson's method
0 stars 0 forks source link

New Williamson API #13

Closed llddrr92 closed 7 years ago

llddrr92 commented 7 years ago

New API is functioning! Input in main uses SI units and implementation uses English units, but all outputting/accessing methods can choose which unit system to use.

Readme & Doxygen not updated yet.

Temperature input still needs to be an existing valid number in data list. I feel like the temperature interpolation is more of an add-on to make the code more robust, and I could use some advice on that.

I'd like some feedback once you go through its current structure. Thanks!