[ODE] small bug in test_chain1.c

Ertan Deniz ertan.deniz at ceng.metu.edu.tr
Thu Apr 29 00:44:04 MST 2004


Hi,

Small bug, but I guess in nearCallback this line:

if (b2 && b2 && dAreConnected (b1,b2)) return;
     ^^

should be:

if (b1 && b2 && dAreConnected (b1,b2)) return;
     ^^

:)

This is in CVS.

Ertan Deniz,
METU Computer Engineering



More information about the ODE mailing list