Skip to content
Snippets Groups Projects
Commit 2f8eca80 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Fix mismatched in parameter types for the exact star density debugging checks

parent a73616a8
Branches
Tags
No related merge requests found
...@@ -44,6 +44,6 @@ struct space; ...@@ -44,6 +44,6 @@ struct space;
void stars_exact_density_compute(struct space *s, const struct engine *e); void stars_exact_density_compute(struct space *s, const struct engine *e);
void stars_exact_density_check(struct space *s, const struct engine *e, void stars_exact_density_check(struct space *s, const struct engine *e,
const float rel_tol); const double rel_tol);
#endif /* SWIFT_STARS_H */ #endif /* SWIFT_STARS_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment