Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
aad1163b
Commit
aad1163b
authored
Sep 08, 2016
by
Matthieu Schaller
Browse files
Missing closing #define in Gizmo particle definition.
parent
813d4357
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/hydro/Gadget2/hydro_part.h
View file @
aad1163b
...
...
@@ -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 */
src/hydro/Gizmo/hydro_part.h
View file @
aad1163b
...
...
@@ -203,4 +203,6 @@ struct part {
/* Associated gravitas. */
struct
gpart
*
gpart
;
}
__attribute__
((
aligned
(
part_align
)));
}
SWIFT_STRUCT_ALIGN
;
#endif
/* SWIFT_GIZMO_HYDRO_PART_H */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment