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

remove ti_sort.

parent a15ce3e7
No related branches found
No related tags found
1 merge request!374Random fixes
...@@ -336,7 +336,6 @@ struct cell *make_cell(size_t n, const double offset[3], double size, double h, ...@@ -336,7 +336,6 @@ struct cell *make_cell(size_t n, const double offset[3], double size, double h,
cell->ti_old_part = 8; cell->ti_old_part = 8;
cell->ti_end_min = 8; cell->ti_end_min = 8;
cell->ti_end_max = 8; cell->ti_end_max = 8;
cell->ti_sort = 0;
// shuffle_particles(cell->parts, cell->count); // shuffle_particles(cell->parts, cell->count);
......
...@@ -174,7 +174,6 @@ struct cell *make_cell(size_t n, double *offset, double size, double h, ...@@ -174,7 +174,6 @@ struct cell *make_cell(size_t n, double *offset, double size, double h,
cell->ti_old_part = 8; cell->ti_old_part = 8;
cell->ti_end_min = 8; cell->ti_end_min = 8;
cell->ti_end_max = 8; cell->ti_end_max = 8;
cell->ti_sort = 8;
shuffle_particles(cell->parts, cell->count); shuffle_particles(cell->parts, cell->count);
......
...@@ -173,7 +173,6 @@ struct cell *make_cell(size_t n, double *offset, double size, double h, ...@@ -173,7 +173,6 @@ struct cell *make_cell(size_t n, double *offset, double size, double h,
cell->ti_old_part = 8; cell->ti_old_part = 8;
cell->ti_end_min = 8; cell->ti_end_min = 8;
cell->ti_end_max = 8; cell->ti_end_max = 8;
cell->ti_sort = 8;
shuffle_particles(cell->parts, cell->count); shuffle_particles(cell->parts, cell->count);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment