diff options
author | Thomas White <taw@physics.org> | 2013-03-05 10:28:15 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-03-05 10:28:15 +0100 |
commit | ba8815d66d9d5a0b39042a756fa04e8d0eda73d6 (patch) | |
tree | c4c9cb3bbd6c19bb949e3f557fc992db30647e15 /src | |
parent | 9e8a1145af2af7cab03d2dbd266e132fed507d64 (diff) |
partialator: Fix user_flag
Diffstat (limited to 'src')
-rw-r--r-- | src/partialator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c index 3c37977b..a4af3c18 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -513,7 +513,7 @@ int main(int argc, char *argv[]) /* Fill in initial estimates of stuff */ crystal_set_osf(cr, 1.0); crystal_set_profile_radius(cr, beam->profile_radius); - crystal_set_user_flag(cr, n_images); + crystal_set_user_flag(cr, 0); /* This is the raw list of reflections */ cr_refl = crystal_get_reflections(cr); |