An integrated software environment for multi-algorithm, multi-timescale, multi-spatial-representation simulation of various cellular phenomena
GNU General Public License v3.0
63
stars
23
forks
source link
:fire: remove global constants #458
Closed
ToruNiina closed 4 years ago
This removes the following global constants.
ecell4::inf
std::numeric_limits<Real>::infinity()
ecell4::epsilon
std::numeric_limits<Real>::epsilon()
ecell4::N_A
Currently,
N_A
is not used (except for the python module). But if it would be used somewhere later, I will restore the definition.