From 1583fa08e4ea0b1b9d35bbc06fd07380fab02d24 Mon Sep 17 00:00:00 2001 From: Folkert Nobels <nobels@strw.leidenuniv.nl> Date: Wed, 20 Mar 2019 10:19:55 +0100 Subject: [PATCH] Add comment to the Entropy floor --- src/entropy_floor/none/entropy_floor.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/entropy_floor/none/entropy_floor.h b/src/entropy_floor/none/entropy_floor.h index 871ef8977e..93abcef505 100644 --- a/src/entropy_floor/none/entropy_floor.h +++ b/src/entropy_floor/none/entropy_floor.h @@ -52,6 +52,12 @@ static INLINE float entropy_floor( return 0.f; } +static INLINE float entropy_floor_temperature( + const struct part *p, const struct cosmology *cosmo, + const struct entropy_floor_properties *props){ + return 0.f; +} + /** * @brief Initialise the entropy floor by reading the parameters and converting * to internal units. -- GitLab