← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2617: 1. Partly fixes 692759

 

------------------------------------------------------------
revno: 2617
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: yade
timestamp: Mon 2010-12-20 23:35:16 +0100
message:
  1. Partly fixes 692759
modified:
  doc/sphinx/prog.rst


--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'doc/sphinx/prog.rst'
--- doc/sphinx/prog.rst	2010-11-19 12:30:08 +0000
+++ doc/sphinx/prog.rst	2010-12-20 22:35:16 +0000
@@ -1739,7 +1739,7 @@
 
 .. ipython::
 
-	Yade [1]: f2=ForceEngine(subscribedBodies=[0,4,5],force=Vector3(0,-1,-2))
+	Yade [1]: f2=ForceEngine(ids=[0,4,5],force=Vector3(0,-1,-2))
 
 	Yade [2]: print f1.dict()