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

sort flags should be unsigned ints.

parent 9170b892
No related branches found
No related tags found
1 merge request!343Subset sorting
...@@ -341,7 +341,7 @@ struct cell { ...@@ -341,7 +341,7 @@ struct cell {
char do_sub_drift; char do_sub_drift;
/*! Bit mask of sorts that need to be computed for this cell. */ /*! Bit mask of sorts that need to be computed for this cell. */
int do_sort; unsigned int do_sort;
/*! Do any of this cell's sub-cells need to be sorted? */ /*! Do any of this cell's sub-cells need to be sorted? */
char do_sub_sort; char do_sub_sort;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment