Skip to content
Snippets Groups Projects
Commit 7edafa87 authored by yaskovet's avatar yaskovet
Browse files

Fix[temp]: remove_particles map

parent b719e9be
No related branches found
No related tags found
No related merge requests found
Pipeline #4933 passed
......@@ -430,8 +430,8 @@ void remove_marked(vector_type & vd, const int n = 1024)
for (int j = 0 ; j < exp_tmp.ref() ; j++)
{exp_tmp.decRef();}*/
vd_pos_new.setMemory(exp_tmp);
vd_prp_new.setMemoryArray((CudaMemory *)&exp_tmp2);
//vd_pos_new.setMemory(exp_tmp);
//vd_prp_new.setMemoryArray((CudaMemory *)&exp_tmp2);
// resize them
......
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