← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3923: fix gravity checkScript (es -> 'et')

 

------------------------------------------------------------
revno: 3923
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
timestamp: Wed 2014-04-16 19:49:58 +0200
message:
  fix gravity checkScript (es -> 'et')
modified:
  scripts/checks-and-tests/checks/checkGravity.py


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

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'scripts/checks-and-tests/checks/checkGravity.py'
--- scripts/checks-and-tests/checks/checkGravity.py	2014-04-02 15:33:41 +0000
+++ scripts/checks-and-tests/checks/checkGravity.py	2014-04-16 17:49:58 +0000
@@ -13,7 +13,7 @@
 sphereRadius=0.05
 tc = 0.001
 en = 0.3
-es = 0.3
+et = 0.3
 
 
 sphereMat=O.materials.append(ViscElMat(density=Density,frictionAngle=frictionAngle,tc=tc,en=en,et=et))