Fix to CIC
This commit is contained in:
parent
a933430c60
commit
ecc20e9764
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue