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

Missing closing #define in Gizmo particle definition.

parent 813d4357
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,6 @@ struct part {
/* Pointer to corresponding gravity part. */
struct gpart* gpart;
} __attribute__((aligned(part_align)));
} SWIFT_STRUCT_ALIGN;
#endif /* SWIFT_GADGET2_HYDRO_PART_H */
......@@ -203,4 +203,6 @@ struct part {
/* Associated gravitas. */
struct gpart *gpart;
} __attribute__((aligned(part_align)));
} SWIFT_STRUCT_ALIGN;
#endif /* SWIFT_GIZMO_HYDRO_PART_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment