mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Reset the number generator before rerunning the preprocessor
This commit is contained in:
parent
5cf7a94538
commit
7e121e5b5d
2 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,7 @@ public:
|
|||
filteredCopy(d->Id, accepted, d->NumPart);
|
||||
filteredCopy(d->type, accepted, d->NumPart);
|
||||
delete[] accepted;
|
||||
d->NumPart = numAccepted;
|
||||
|
||||
return d;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue