Fix to CIC
This commit is contained in:
parent
a933430c60
commit
ecc20e9764
@ -189,7 +189,7 @@ void CICFilter::putParticles(CICParticles *particles, uint32_t N)
|
||||
|
||||
for (int t = 0; t < threadUsed; t++)
|
||||
{
|
||||
delete[] threadedDensity;
|
||||
delete[] threadedDensity[t];
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user