Update of /cvsroot/pyode/pyode/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24422/src
Modified Files:
mass.pyx
Log Message:
Forgot the rename two arguments in a doc string
Index: mass.pyx
===================================================================
RCS file: /cvsroot/pyode/pyode/src/mass.pyx,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mass.pyx 5 Jul 2004 15:37:12 -0000 1.2
--- mass.pyx 5 Jul 2004 19:57:20 -0000 1.3
***************
*** 73,77 ****
def setCappedCylinder(self, density, direction, r, h):
! """setCappedCylinder(density, direction, a, b)
Set the mass parameters to represent a capped cylinder of the
--- 73,77 ----
def setCappedCylinder(self, density, direction, r, h):
! """setCappedCylinder(density, direction, r, h)
Set the mass parameters to represent a capped cylinder of the
|