From: Ethan Glasser-C. <gla...@us...> - 2008-12-24 03:27:44
|
Update of /cvsroot/pyode/pyode In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17871 Modified Files: ChangeLog Log Message: Compiling against new ODE -- requires dInitODE(). Index: ChangeLog =================================================================== RCS file: /cvsroot/pyode/pyode/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** ChangeLog 24 Dec 2008 03:26:24 -0000 1.24 --- ChangeLog 24 Dec 2008 03:27:41 -0000 1.25 *************** *** 4,7 **** --- 4,9 ---- get CFLAGS and LIBS (for example, to tell if we're compiling with -DdDOUBLE). + * ode.pyx, declarations.pyx: Compiling against new ODE requires + dInitODE to initialize colliders. 2008-12-21 Ethan Glasser-Camp <eth...@gm...> |