Author: marmoute
Date: Sun Jan 17 20:16:02 2010
New Revision: 532

URL: http://svn.gna.org/viewcvs/soya?rev=532&view=rev
Log:
[PATCH 2/8] Tutorial ode collision 7: convert number of particles to int

>From cc54386920b1667dfc3ea9b325467e40a251e3ca Mon Sep 17 00:00:00 2001
Date: Sun, 17 Jan 2010 18:13:31 +0100
Removes the following warnings:
ode-collision-7-hit_func-3-contacts.py:204: DeprecationWarning: integer 
argument expected, got float
  s = soya.Smoke(self.parent,nb_particles=12*nl)
ode-collision-7-hit_func-3-contacts.py:211: DeprecationWarning: integer 
argument expected, got float
  s = soya.Smoke(self.parent,nb_particles=12*nl)
---
 .../ode-collision-7-hit_func-3-contacts.py         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Modified:
    trunk/soya/tutorial/ode-collision-7-hit_func-3-contacts.py


_______________________________________________
Soya-cvs mailing list
Soya-cvs@gna.org
https://mail.gna.org/listinfo/soya-cvs

Reply via email to