Skip to content
Snippets Groups Projects
Commit 4ed74435 authored by Aidan Chalk's avatar Aidan Chalk
Browse files

Fixed compilation error

parent c47a27bf
Branches
No related tags found
No related merge requests found
......@@ -1175,7 +1175,7 @@ void space_rebuild(struct space *s, int repartitioned, int verbose) {
nodes[i] = numanode;
// swiftnuma_cell_move_hydro_parts(&cells_top[i],numanode,1);
}
threadpool_map(s->e->tp, &swiftnuma_cell_move_hydro_parts_threadpool_map, s->c, s->nr_cells,
threadpool_map(s->e->threadpool, &swiftnuma_cell_move_hydro_parts_threadpool_map, s->cells_top, s->nr_cells,
sizeof(struct cell), 0, nodes);
free(nodes);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment