Skip to content
Snippets Groups Projects
Commit 6cbc898d authored by Bert Vandenbroucke's avatar Bert Vandenbroucke
Browse files

Adapted potential_init_backend to non-const parameter file signature.

parent f6b802af
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ external_gravity_get_potential_energy(
* @param potential The external potential properties to initialize
*/
static INLINE void potential_init_backend(
const struct swift_params* parameter_file,
struct swift_params* parameter_file,
const struct phys_const* phys_const, const struct unit_system* us,
const struct space* s, struct external_potential* potential) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment