From ecc20e9764923ca2e65916188534fb0286bec0c8 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Wed, 2 Nov 2016 14:16:26 +0100 Subject: [PATCH] Fix to CIC --- src/cic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cic.cpp b/src/cic.cpp index 497bb49..d8601c5 100644 --- a/src/cic.cpp +++ b/src/cic.cpp @@ -189,7 +189,7 @@ void CICFilter::putParticles(CICParticles *particles, uint32_t N) for (int t = 0; t < threadUsed; t++) { - delete[] threadedDensity; + delete[] threadedDensity[t]; } }