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

Merge branch 'fix-out-of-source-builds' into 'master'

Fixed out of source builds broken in hydro_parameters

Closes #586

See merge request !822
parents 3877bc78 64a71f51
Branches
Tags
1 merge request!822Fixed out of source builds broken in hydro_parameters
......@@ -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 */
......@@ -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 */
......@@ -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 */
......@@ -21,7 +21,7 @@
#define SWIFT_GADGET2_HYDRO_PARAMETERS_H
/* Configuration file */
#include "../../../config.h"
#include "config.h"
/* Global headers */
#if defined(HAVE_HDF5)
......
......@@ -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 */
......@@ -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 */
......@@ -22,7 +22,7 @@
#define SWIFT_MINIMAL_HYDRO_PARAMETERS_H
/* Configuration file */
#include "../../../config.h"
#include "config.h"
/* Global headers */
#if defined(HAVE_HDF5)
......
......@@ -22,7 +22,7 @@
#define SWIFT_PLANETARY_HYDRO_PARAMETERS_H
/* Configuration file */
#include "../../../config.h"
#include "config.h"
/* Global headers */
#if defined(HAVE_HDF5)
......
......@@ -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 */
......@@ -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 */
......@@ -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 */
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment