adamjgnoel / AcCoRD

Actor-based Communication via Reaction-Diffusion. A molecular communication simulator. Simulates stochastic reaction-diffusion systems.
https://warwick.ac.uk/adamnoel/software/accord/
Other
12 stars 4 forks source link

Possibly combine 2 functions that check whether point is in boundary #58

Open adamjgnoel opened 8 years ago

adamjgnoel commented 8 years ago

Functions isMoleculeObserved and isMoleculeObservedRecent in micro_molecule.c do effectively the same things as bPointInBoundary in base.c. Consider combining them or calling bPointInBoundary from within.