From 7606baa36bb9c23ea2e974614507b0bad70951dd Mon Sep 17 00:00:00 2001 From: hanemile Date: Mon, 4 Dec 2017 22:32:57 +0100 Subject: updated hashbang --- src/gen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 src/gen.py (limited to 'src') diff --git a/src/gen.py b/src/gen.py old mode 100644 new mode 100755 index 837e5b3..829c30d --- 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 = [] -- cgit 1.4.1