diff --git a/src/hydro/AnarchyDU/hydro_parameters.h b/src/hydro/AnarchyDU/hydro_parameters.h index 86935344d940c90d542fedf03d2e9347e31c3222..d2ce2167cb5cf02a1189bbbf8a6327ed5f5bff04 100644 --- a/src/hydro/AnarchyDU/hydro_parameters.h +++ b/src/hydro/AnarchyDU/hydro_parameters.h @@ -22,7 +22,7 @@ #define SWIFT_ANARCHY_DU_HYDRO_PARAMETERS_H /* Configuration file */ -#include "../../../config.h" +#include "config.h" /* Global headers */ #if defined(HAVE_HDF5) @@ -295,4 +295,4 @@ static INLINE void diffusion_print_snapshot( } #endif -#endif /* SWIFT_ANARCHY_DU_HYDRO_PARAMETERS_H */ \ No newline at end of file +#endif /* SWIFT_ANARCHY_DU_HYDRO_PARAMETERS_H */ diff --git a/src/hydro/AnarchyPU/hydro_parameters.h b/src/hydro/AnarchyPU/hydro_parameters.h index 6b1114a2677091b435577bf06d78380983c70651..ec316abbaa0bbe579d56c216736ccd8a0c3c2e21 100644 --- a/src/hydro/AnarchyPU/hydro_parameters.h +++ b/src/hydro/AnarchyPU/hydro_parameters.h @@ -22,7 +22,7 @@ #define SWIFT_ANARCHY_PU_HYDRO_PARAMETERS_H /* Configuration file */ -#include "../../../config.h" +#include "config.h" /* Global headers */ #if defined(HAVE_HDF5) @@ -295,4 +295,4 @@ static INLINE void diffusion_print_snapshot( } #endif -#endif /* SWIFT_ANARCHY_PU_HYDRO_PARAMETERS_H */ \ No newline at end of file +#endif /* SWIFT_ANARCHY_PU_HYDRO_PARAMETERS_H */ diff --git a/src/hydro/Default/hydro_parameters.h b/src/hydro/Default/hydro_parameters.h index f11a2466cd911dbde960aa91e3bb50bc3d51f1f7..92010d29442be1cec88eec3caec901f7e38042de 100644 --- a/src/hydro/Default/hydro_parameters.h +++ b/src/hydro/Default/hydro_parameters.h @@ -22,7 +22,7 @@ #define SWIFT_DEFAULT_HYDRO_PARAMETERS_H /* Configuration file */ -#include "../../../config.h" +#include "config.h" /* Global headers */ #if defined(HAVE_HDF5) @@ -209,4 +209,4 @@ static INLINE void diffusion_print_snapshot( } #endif -#endif /* SWIFT_DEFAULT_HYDRO_PARAMETERS_H */ \ No newline at end of file +#endif /* SWIFT_DEFAULT_HYDRO_PARAMETERS_H */ diff --git a/src/hydro/Gadget2/hydro_parameters.h b/src/hydro/Gadget2/hydro_parameters.h index 2f00554bdfa78fe93e82d6476bd0a2d9d9983614..d49cb90cd6589b331a51d354898388581070efe9 100644 --- a/src/hydro/Gadget2/hydro_parameters.h +++ b/src/hydro/Gadget2/hydro_parameters.h @@ -21,7 +21,7 @@ #define SWIFT_GADGET2_HYDRO_PARAMETERS_H /* Configuration file */ -#include "../../../config.h" +#include "config.h" /* Global headers */ #if defined(HAVE_HDF5) diff --git a/src/hydro/GizmoMFM/hydro_parameters.h b/src/hydro/GizmoMFM/hydro_parameters.h index 5c345d6055be330ff7c8145c88edecc609bb9009..c3135c10c8052da82cf897ef9b66cb52f1263212 100644 --- a/src/hydro/GizmoMFM/hydro_parameters.h +++ b/src/hydro/GizmoMFM/hydro_parameters.h @@ -22,7 +22,7 @@ #define SWIFT_GIZMOMFM_HYDRO_PARAMETERS_H /* Configuration file */ -#include "../../../config.h" +#include "config.h" /* Global headers */ #if defined(HAVE_HDF5) @@ -159,4 +159,4 @@ static INLINE void diffusion_print_snapshot( hid_t h_grpsph, const struct diffusion_global_data* diffusion) {} #endif -#endif /* SWIFT_GIZMOMFM_HYDRO_PARAMETERS_H */ \ No newline at end of file +#endif /* SWIFT_GIZMOMFM_HYDRO_PARAMETERS_H */ diff --git a/src/hydro/GizmoMFV/hydro_parameters.h b/src/hydro/GizmoMFV/hydro_parameters.h index 29b618444e4fa48dcddfa3d688a5dffc07e0433d..7726de75d0b2d41cf4310c9441f21e04e10af0b0 100644 --- a/src/hydro/GizmoMFV/hydro_parameters.h +++ b/src/hydro/GizmoMFV/hydro_parameters.h @@ -22,7 +22,7 @@ #define SWIFT_GIZMOMFV_HYDRO_PARAMETERS_H /* Configuration file */ -#include "../../../config.h" +#include "config.h" /* Global headers */ #if defined(HAVE_HDF5) @@ -159,4 +159,4 @@ static INLINE void diffusion_print_snapshot( hid_t h_grpsph, const struct diffusion_global_data* diffusion) {} #endif -#endif /* SWIFT_GIZMOMFV_HYDRO_PARAMETERS_H */ \ No newline at end of file +#endif /* SWIFT_GIZMOMFV_HYDRO_PARAMETERS_H */ diff --git a/src/hydro/Minimal/hydro_parameters.h b/src/hydro/Minimal/hydro_parameters.h index 6aa483847aa6071c3ed2928b488511004c30b597..9753933255b642b1d5abb7cebf20834c534aa705 100644 --- a/src/hydro/Minimal/hydro_parameters.h +++ b/src/hydro/Minimal/hydro_parameters.h @@ -22,7 +22,7 @@ #define SWIFT_MINIMAL_HYDRO_PARAMETERS_H /* Configuration file */ -#include "../../../config.h" +#include "config.h" /* Global headers */ #if defined(HAVE_HDF5) diff --git a/src/hydro/Planetary/hydro_parameters.h b/src/hydro/Planetary/hydro_parameters.h index 3e15b05b9418bc1ebd558a03e6c87887e5b52c7c..75faa1e5a54d4c42b786d047c46af9a1d4993dde 100644 --- a/src/hydro/Planetary/hydro_parameters.h +++ b/src/hydro/Planetary/hydro_parameters.h @@ -22,7 +22,7 @@ #define SWIFT_PLANETARY_HYDRO_PARAMETERS_H /* Configuration file */ -#include "../../../config.h" +#include "config.h" /* Global headers */ #if defined(HAVE_HDF5) diff --git a/src/hydro/PressureEnergy/hydro_parameters.h b/src/hydro/PressureEnergy/hydro_parameters.h index 2fccc58a17545e862cc618ce79d37e4addc3a6de..88051972f258f01e20ebb9bb10de0989cb196161 100644 --- a/src/hydro/PressureEnergy/hydro_parameters.h +++ b/src/hydro/PressureEnergy/hydro_parameters.h @@ -22,7 +22,7 @@ #define SWIFT_PRESSURE_ENERGY_HYDRO_PARAMETERS_H /* Configuration file */ -#include "../../../config.h" +#include "config.h" /* Global headers */ #if defined(HAVE_HDF5) @@ -187,4 +187,4 @@ static INLINE void diffusion_print_snapshot( hid_t h_grpsph, const struct diffusion_global_data* diffusion) {} #endif -#endif /* SWIFT_PRESSURE_ENERGY_HYDRO_PARAMETERS_H */ \ No newline at end of file +#endif /* SWIFT_PRESSURE_ENERGY_HYDRO_PARAMETERS_H */ diff --git a/src/hydro/PressureEnergyMorrisMonaghanAV/hydro_parameters.h b/src/hydro/PressureEnergyMorrisMonaghanAV/hydro_parameters.h index 0c0ae33c29e2f13331a002df3aa2d0fa1162b49d..cddb33500efd4777b7bc13259de139ba5df7fa5c 100644 --- a/src/hydro/PressureEnergyMorrisMonaghanAV/hydro_parameters.h +++ b/src/hydro/PressureEnergyMorrisMonaghanAV/hydro_parameters.h @@ -22,7 +22,7 @@ #define SWIFT_PRESSURE_ENERGY_MORRIS_HYDRO_PARAMETERS_H /* Configuration file */ -#include "../../../config.h" +#include "config.h" /* Global headers */ #if defined(HAVE_HDF5) @@ -228,4 +228,4 @@ static INLINE void diffusion_print_snapshot( hid_t h_grpsph, const struct diffusion_global_data* diffusion) {} #endif -#endif /* SWIFT_PRESSURE_ENERGY_MORRIS_HYDRO_PARAMETERS_H */ \ No newline at end of file +#endif /* SWIFT_PRESSURE_ENERGY_MORRIS_HYDRO_PARAMETERS_H */ diff --git a/src/hydro/PressureEntropy/hydro_parameters.h b/src/hydro/PressureEntropy/hydro_parameters.h index 40fa6efd74648a328f6304aaf28340d17242d0c1..124d9ec78f21666fad5356ae906bf52c48df6684 100644 --- a/src/hydro/PressureEntropy/hydro_parameters.h +++ b/src/hydro/PressureEntropy/hydro_parameters.h @@ -22,7 +22,7 @@ #define SWIFT_PRESSURE_ENTROPY_HYDRO_PARAMETERS_H /* Configuration file */ -#include "../../../config.h" +#include "config.h" /* Global headers */ #if defined(HAVE_HDF5) @@ -187,4 +187,4 @@ static INLINE void diffusion_print_snapshot( hid_t h_grpsph, const struct diffusion_global_data* diffusion) {} #endif -#endif /* SWIFT_PRESSURE_ENTROPY_HYDRO_PARAMETERS_H */ \ No newline at end of file +#endif /* SWIFT_PRESSURE_ENTROPY_HYDRO_PARAMETERS_H */ diff --git a/src/hydro/Shadowswift/hydro_parameters.h b/src/hydro/Shadowswift/hydro_parameters.h index 93cb3bb7367b7c0f58f9c130e0e159dd174f0e6a..20c05ff5ed5199e671aaca45d984c248f5fa05f2 100644 --- a/src/hydro/Shadowswift/hydro_parameters.h +++ b/src/hydro/Shadowswift/hydro_parameters.h @@ -22,7 +22,7 @@ #define SWIFT_SHADOWSWIFT_HYDRO_PARAMETERS_H /* Configuration file */ -#include "../../../config.h" +#include "config.h" /* Global headers */ #if defined(HAVE_HDF5) @@ -157,4 +157,4 @@ static INLINE void diffusion_print_snapshot( hid_t h_grpsph, const struct diffusion_global_data* diffusion) {} #endif -#endif /* SWIFT_SHADOWSWIFT_HYDRO_PARAMETERS_H */ \ No newline at end of file +#endif /* SWIFT_SHADOWSWIFT_HYDRO_PARAMETERS_H */