vcell
vcell copied to clipboard
remote moving boundary simulation fails with integer overflow
when viewing the results from a moving boundary simulation in the VCell Desktop client, an exception is thrown.
Error message from VCell Release 7.7.0.15
-2.71505e+09 < min value -2147483648 at /vcellroot/MBSolver/Solver/src/Voronoi32.cpp:36
a possible accommodation is to use a larger integer (this is templated C++ and maybe an extended precision integer can be used to avoid overflow) ... or maybe not.