vcell icon indicating copy to clipboard operation
vcell copied to clipboard

remote moving boundary simulation fails with integer overflow

Open jcschaff opened this issue 5 months ago • 1 comments

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

jcschaff avatar Aug 16 '25 14:08 jcschaff

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.

jcschaff avatar Aug 16 '25 14:08 jcschaff