aboutsummaryrefslogtreecommitdiffstats
path: root/bin/calc_coolfunc_profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/calc_coolfunc_profile.py')
-rwxr-xr-xbin/calc_coolfunc_profile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/calc_coolfunc_profile.py b/bin/calc_coolfunc_profile.py
index 636bcef..8f33d1e 100755
--- a/bin/calc_coolfunc_profile.py
+++ b/bin/calc_coolfunc_profile.py
@@ -31,6 +31,7 @@ def interpolate_cf(table, logy=True):
def calc_cf_profile(tprofile, interp, logy=True):
+ print("Calculating cooling function profile ...", file=sys.stderr)
radius, temp = tprofile[:, 0], tprofile[:, 1]
cf = interp(temp)
if logy: