[ODE] new assert in box.cpp

Irrisor irrisor at dev.java.net
Sun Sep 23 12:34:15 MST 2007


Hi,

box.cpp was changed recently and now contains these lines:

   if (cnum < 1) {
	  dIASSERT(0);
	  return 0;	// this should never happen
   }


The problem with this is: it does happen!
Oleh, do you have an idea why? I checked for NaNs in the local vars but does not 
seem to be the problem...

/Irrisor


More information about the ODE mailing list