Fix to CIC

This commit is contained in:
Guilhem Lavaux 2016-11-02 14:16:26 +01:00
parent a933430c60
commit ecc20e9764

View File

@ -189,7 +189,7 @@ void CICFilter::putParticles(CICParticles *particles, uint32_t N)
for (int t = 0; t < threadUsed; t++)
{
delete[] threadedDensity;
delete[] threadedDensity[t];
}
}