From 22e6d4a577413d4c2fcbb03c6b3ed20f80da6fb5 Mon Sep 17 00:00:00 2001 From: Serhii Yaskovets <yaskovet@mpi-cbg.de> Date: Wed, 25 Oct 2023 18:58:18 +0200 Subject: [PATCH] Revert "Fix[temp]: remove_particles map" This reverts commit 7edafa874b616fe7473a369ba3c58af0197cfc23. --- src/Vector/cuda/vector_dist_cuda_funcs.cuh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Vector/cuda/vector_dist_cuda_funcs.cuh b/src/Vector/cuda/vector_dist_cuda_funcs.cuh index 25035a46f..56eba0234 100644 --- a/src/Vector/cuda/vector_dist_cuda_funcs.cuh +++ b/src/Vector/cuda/vector_dist_cuda_funcs.cuh @@ -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 -- GitLab