I tried to setup a simulation (as for first case, without any bond-breaking effect), but as soon as I define it, I get an error on ManageCollision with the following text:
[PROCESSING] Starting the processing time loop
[PROCESSING it=0][PlugIn _ManageCollision...]
[ERROR]
####################################################
# An error was encountered ! The program must stop #
####################################################
You have to fix this problem, you may browse the source files to get more informations...
line : 512
in file : /home/tulio/programs/granoo/tags/2.0/Lib/GranOO/libGeom/Vector.hpp
condition : 'k != 0.'
======================
-- Attached message --
======================
can't divide a vector by a null value
bullet.exe: /home/tulio/programs/granoo/tags/2.0/Lib/GranOO/libUtil/Macro.cpp:65: static void GranOO::Util::AssertMsg::RaiseUserAssertion(int, const string&, const string&, const string&): Assertion `0' failed.
Aborted (core dumped)
I've tried to search the source codes and couldn't find the reason for it. Is there anything I'm doing wrong in this case? I never had any problem with ManageCollision before, but this time it's simply not working.