tadded shebang - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 4436ce6f6155e61db1ea361d3119c1275744c095
(DIR) parent e91c3c31392a2aeaec595a637d2d5c894ed8a111
(HTM) Author: Anders Damsgaard <adc@geo.au.dk>
Date: Tue, 4 Dec 2012 13:17:02 +0100
added shebang
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/sphere.py b/python/sphere.py
t@@ -1,4 +1,4 @@
-
+#!/usr/bin/env python2.7
import math
import numpy
import matplotlib as mpl