diff options
author | hanemile <emile.hansmaennel@gmail.com> | 2017-12-04 22:32:57 +0100 |
---|---|---|
committer | hanemile <emile.hansmaennel@gmail.com> | 2017-12-04 22:32:57 +0100 |
commit | 7606baa36bb9c23ea2e974614507b0bad70951dd (patch) | |
tree | b23e51c67ea66cbc593439f00ca761bb1e7ac39b /src | |
parent | b031dc7d5e97d209d2e461b958e44e7aa6e7e855 (diff) |
updated hashbang
Diffstat (limited to 'src')
-rwxr-xr-x[-rw-r--r--] | src/gen.py | 4 |
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 = [] |