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

Added missing prototype for the rebuild test function in cell.h

parent f1c0d0e9
No related branches found
No related tags found
1 merge request!343Subset sorting
......@@ -390,4 +390,6 @@ void cell_activate_subcell_tasks(struct cell *ci, struct cell *cj,
struct scheduler *s);
int cell_can_recurse_in_pair_task(const struct cell *c);
int cell_can_split_task(const struct cell *c);
int cell_need_rebuild_for_pair(const struct cell *ci, const struct cell *cj);
#endif /* SWIFT_CELL_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment