RuleWorld / nfsim

A general-purpose, stochastic, biochemical reaction simulator for large reaction networks
http://michaelsneddon.net/nfsim/
MIT License
14 stars 9 forks source link

There is probably a typo in src/NFreactions/reactions/DORreaction.cpp #23

Open LifeWorks opened 6 years ago

LifeWorks commented 6 years ago

at line 1128: should it be return reactantTree2->size(); rather than return reactantTree1->size(); ???

since at line 1114 it is return reactantTree2->size();