msneddon / nfsim

A general-purpose, stochastic, biochemical reaction simulator for large reaction networks
MIT License
17 stars 18 forks source link

Clang compatibility #20

Closed jesperromers closed 7 years ago

jesperromers commented 7 years ago

Pointer to int comparison was not allowed by clang. Also returning "false" instead of quitting by "exit(1)" was not allowed by clang. Both issues fixed and tested under clang and gcc under os x.

msneddon commented 7 years ago

Great, thanks! Looks good to me.