diff options
-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 = [] |