StochSS / SpatialPy

Simulation of spatial deterministic/stochastic reaction-diffusion-advection problems embedded in Lagrangian reference frame particle based fluid dynamics domain
https://StochSS.github.io/SpatialPy
GNU General Public License v3.0
16 stars 4 forks source link

#define in propensity functions overrides C code #165

Closed briandrawert closed 3 years ago

briandrawert commented 3 years ago

Species_name="C" will cause compile errors due to the use of

#define C x[0]

Change to expression code from GillesPy2

briandrawert commented 3 years ago

This is a duplicate of #161, moving comments there.