From: Timothy S. <pe...@us...> - 2004-07-07 11:46:41
|
Update of /cvsroot/pyode/pyode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12588 Modified Files: setup.py Log Message: - Added XODE importer package and unit tests. - Modified examples/tutorial2.py to use XODE. The original code is still there and can be used by changing the second to last line. - Added a getBody() method to the Joint class. Index: setup.py =================================================================== RCS file: /cvsroot/pyode/pyode/setup.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** setup.py 27 Jun 2004 20:46:16 -0000 1.1 --- setup.py 7 Jul 2004 11:46:32 -0000 1.2 *************** *** 88,91 **** --- 88,92 ---- # author_email="ba...@ir...", # license="BSD license, see license*.txt", + packages=["xode"], ext_modules=[Extension("ode", ["ode.c"] ,libraries=LIBS |