Skip to content
Snippets Groups Projects
Commit ce4fb9e2 authored by Josh Borrow's avatar Josh Borrow
Browse files

Minor bug

parent e2711ac9
Branches
Tags
1 merge request!540Add Pressure-Energy (P-U) SPH
...@@ -76,7 +76,7 @@ void convert_u(const struct engine* e, const struct part* p, ...@@ -76,7 +76,7 @@ void convert_u(const struct engine* e, const struct part* p,
void convert_S(const struct engine* e, const struct part* p, void convert_S(const struct engine* e, const struct part* p,
const struct xpart* xp, float*ret) { const struct xpart* xp, float*ret) {
ret[0] = hydro_get_entropy(p); ret[0] = hydro_get_comoving_entropy(p);
} }
void convert_P(const struct engine* e, const struct part* p, void convert_P(const struct engine* e, const struct part* p,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment