Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit a2dcbc75 authored by liemen_a's avatar liemen_a
Browse files

Todo comment

parent 2aee1db4
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,7 @@ public:
to implement a "reserve" function in ParticleBase/ParticleContainer or write a setter for totalNum_m.
*/
Kokkos::View<bool*> tmp_invalid("tmp_invalid", 0);
// \todo might be abuse of semantics: maybe think about new pc_m->setTotalNum or pc_m->updateTotal function instead?
pc_m->destroy(tmp_invalid, pc_m->getLocalNum());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment