| tadded shebang - sphere - GPU-based 3D discrete element method algorithm with o… | |
| git clone git://src.adamsgaard.dk/sphere | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit 4436ce6f6155e61db1ea361d3119c1275744c095 | |
| parent e91c3c31392a2aeaec595a637d2d5c894ed8a111 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Tue, 4 Dec 2012 13:17:02 +0100 | |
| added shebang | |
| Diffstat: | |
| M python/sphere.py | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| 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 |