~ubuntu-branches/debian/sid/yade/sid

« back to all changes in this revision

Viewing changes to scripts/checks-and-tests/checks/checkWeight.py

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-01-13 20:13:14 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20140113201314-4x3stisjce4t0pdx
Tags: 1.07.0-1
* [d42c7de] Imported Upstream version 1.07.0
* [a421b10] Remove patch, applied by upstream.
* [d151f88] Set Standards-Version: 3.9.5. No changes.
* [a9616c6] Add upstream file.
* [c078bb4] Inject additional parameters for weak archs. 
            Thanks to Roland Stigge <stigge@antcom.de>. (Closes: #733152)
* [21a2430] Fix version definition for IPython>1.0.0.
* [8204093] Remove google-scripts from documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
]
44
44
 
45
45
 
46
 
O.run(10000)
 
46
O.run(25000)
47
47
O.wait()
48
48
curForce = utils.sumForces(ids=floorId,direction=Vector3(0,0,1))*(-1)
49
49
print ("Precalculated weight %f" % sphMass)