about summary refs log tree commit diff
path: root/src/gen.py
diff options
context:
space:
mode:
authorhanemile <emile.hansmaennel@gmail.com>2017-12-04 22:32:57 +0100
committerhanemile <emile.hansmaennel@gmail.com>2017-12-04 22:32:57 +0100
commit7606baa36bb9c23ea2e974614507b0bad70951dd (patch)
treeb23e51c67ea66cbc593439f00ca761bb1e7ac39b /src/gen.py
parentb031dc7d5e97d209d2e461b958e44e7aa6e7e855 (diff)
updated hashbang
Diffstat (limited to 'src/gen.py')
-rwxr-xr-x[-rw-r--r--]src/gen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gen.py b/src/gen.py
index 837e5b3..829c30d 100644..100755
--- a/src/gen.py
+++ b/src/gen.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 from numpy import genfromtxt
 import numpy as np
 import math
@@ -45,8 +47,6 @@ def phi(x):
 def gen_stars(stars):
     stars = int(stars)
 
-    time_start = time.time()
-
     # lists
     listrho = []