Skip to content
Snippets Groups Projects
Commit 0e5fab52 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

add fields for labelling cell as needing to be drifted.

parent 6ddb833c
No related branches found
No related tags found
1 merge request!343Subset sorting
......@@ -333,6 +333,12 @@ struct cell {
/* Will this cell do anything that relies on its sorts being set correctly? */
integertime_t requires_sorts;
/*! Does this cell need to be drifted? */
char do_drift;
/*! Does any of this cell's sub-cells need to be drifted? */
char do_sub_drift;
#ifdef SWIFT_DEBUG_CHECKS
/*! The list of tasks that have been executed on this cell */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment