Update of /cvsroot/pyode/pyode
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12918
Modified Files:
ChangeLog
Log Message:
Applied Chris Bainbridge's patch that adds the Mass.setBoxTotal() method, and while I was at it I added the other set*Total() methods, too.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pyode/pyode/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ChangeLog 13 Apr 2006 13:20:16 -0000 1.10
--- ChangeLog 30 May 2006 14:23:44 -0000 1.11
***************
*** 1,2 ****
--- 1,8 ----
+ 2006-05-30 Matthias Baas <ba...@ir...>
+
+ * mass.pyx: Applied Chris Bainbridge's patch that adds the
+ Mass.setBoxTotal() method, and while I was at it I added
+ the other set*Total() methods, too.
+
2006-04-13 Matthias Baas <ba...@ir...>
|