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

Fixed typo in one of the new black_holes swallowing related functions.

parent 432b782b
No related branches found
No related tags found
1 merge request!863Black holes mergers
...@@ -84,7 +84,7 @@ black_holes_mark_bpart_as_not_swallowed(struct black_holes_bpart_data* p_data) { ...@@ -84,7 +84,7 @@ black_holes_mark_bpart_as_not_swallowed(struct black_holes_bpart_data* p_data) {
* @param p_data The #bpart's #black_holes_bpart_data structure. * @param p_data The #bpart's #black_holes_bpart_data structure.
*/ */
__attribute__((always_inline)) INLINE static void __attribute__((always_inline)) INLINE static void
black_holes_mark_bpart_as_merged(struct black_holes_part_data* p_data) { black_holes_mark_bpart_as_merged(struct black_holes_bpart_data* p_data) {
/* Nothing to do here: No merging in the default model */ /* Nothing to do here: No merging in the default model */
} }
......
...@@ -91,7 +91,7 @@ black_holes_mark_bpart_as_not_swallowed(struct black_holes_bpart_data* p_data) { ...@@ -91,7 +91,7 @@ black_holes_mark_bpart_as_not_swallowed(struct black_holes_bpart_data* p_data) {
* @param p_data The #bpart's #black_holes_bpart_data structure. * @param p_data The #bpart's #black_holes_bpart_data structure.
*/ */
__attribute__((always_inline)) INLINE static void __attribute__((always_inline)) INLINE static void
black_holes_mark_bpart_as_merged(struct black_holes_part_data* p_data) { black_holes_mark_bpart_as_merged(struct black_holes_bpart_data* p_data) {
p_data->swallow_id = -2; p_data->swallow_id = -2;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment