DOI-BOR / ostrich

An optimization toolkit for model calibration
GNU General Public License v2.0
1 stars 1 forks source link

Update Windows compatability for the VS19 compiler #8

Closed dloney closed 3 years ago

dloney commented 4 years ago

The syntax for some of the Windows flags changed with the newest compiler version. I think specifically the _win_32 flag needs to be updated.

dloney commented 3 years ago

Addressed by #24. One can't upgrade the specific functions, but the previous WIN32 flag needed to be changed to _WIN32. Also the formatting to create a two digit exponent could be dropped with the upgraded windows compiler.