Skip to content
Snippets Groups Projects
Commit 3fa92bbb authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing pack unpack functions

parent 33ccc209
No related branches found
No related tags found
No related merge requests found
......@@ -406,7 +406,7 @@ void remove_marked(vector_type & vd)
// we reuse memory. this give us the possibility to avoid allocation and make the remove faster
vd_pos_new.setMemory(exp_tmp);
vd_prp_new.setMemoryArray(&exp_tmp2);
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