Introduction
Introduction Statistics Contact Development Disclaimer Help
tRenamed exec to run - sphere - GPU-based 3D discrete element method algorithm …
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 6c10a18995e2fbfac7bd59977d36e0eb68193475
parent 2bedbd480e7b28012e20ca2b87df99fc452643a2
Author: Anders Damsgaard <[email protected]>
Date: Thu, 6 Sep 2012 13:36:16 +0200
Renamed exec to run
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python/sphere.py b/python/sphere.py
t@@ -1065,7 +1065,7 @@ def visualize(project, method = 'energy', savefig = Fals…
else:
plt.show()
-def exec(project):
+def run(project):
""" Execute sphere with target project
"""
subprocess.call("cd ..; ./sphere_*_X86_64 " + project, shell=True)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.