diff options
author | Thomas White <taw@physics.org> | 2014-02-22 03:33:29 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-02-22 03:33:29 -0800 |
commit | b2a3ed9785abd7b3e49cd99d8d37f10faba4f10c (patch) | |
tree | da38bcfa363a774bcf8bba4564c87160353c1468 /src/partialator.c | |
parent | f1e268754f27507e61b37419ab64a3338b15b433 (diff) |
Initialise n_filtered
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/partialator.c b/src/partialator.c index d6f3f55f..66a975d7 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -160,6 +160,7 @@ static void refine_all(Crystal **crystals, int n_crystals, task_defaults.full = full; task_defaults.crystal = NULL; task_defaults.pmodel = pmodel; + task_defaults.prdata.n_filtered = 0; qargs.task_defaults = task_defaults; qargs.n_started = 0; |