From 7a71f99cea73ef471a173caf40aa8a8089a1c94f Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Tue, 29 Jan 2019 19:23:12 +1100 Subject: [PATCH] Also update the const-du const-lanbda and Compton cooling models for the new API. --- src/cooling/const_lambda/cooling.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cooling/const_lambda/cooling.h b/src/cooling/const_lambda/cooling.h index 84d8745b60..b0c9310588 100644 --- a/src/cooling/const_lambda/cooling.h +++ b/src/cooling/const_lambda/cooling.h @@ -386,5 +386,4 @@ static INLINE void cooling_struct_restore(struct cooling_function_data* cooling, stream, NULL, "cooling function"); } - #endif /* SWIFT_COOLING_CONST_LAMBDA_H */ -- GitLab