sdwfrost / liblsoda

The LSODA algorithm for differential equations as a shared library
MIT License
32 stars 16 forks source link

Remove ## __VA_ARGS__ #14

Open mattfidler opened 6 years ago

mattfidler commented 6 years ago

This is a gcc convention. When compiling with clang it complains. In CRAN it was considered a "significant warning"

By the way, the automatic CRAN testing states this library works for windows, linux and mac, but not solaris, though I'm not sure why.

mattfidler commented 6 years ago

It could be something to do with how I implement this.