Skip to content
Snippets Groups Projects
Commit 1583fa08 authored by Folkert Nobels's avatar Folkert Nobels
Browse files

Add comment to the Entropy floor

parent cf2f6f27
No related branches found
No related tags found
1 merge request!764Add EOS temperature from entropy floor
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment