diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-02-06 18:59:40 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-02-06 18:59:40 +0100 |
commit | 761da16096472d157b2dd9c871e81ab17cdef12d (patch) | |
tree | b3fc2859150d66fad5e1bcc3c6d3b2fcbc9a55bb /src/partialator.c | |
parent | 004be7ba8d405c7d04ac6143c783bfec70d296bb (diff) |
Stuff for partialator
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c index 35e25320..30f9bfe4 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -506,6 +506,7 @@ int main(int argc, char *argv[]) crystals = crystals_new; crystals[n_crystals] = crystal_new(); cr = crystals[n_crystals]; + crystal_set_image(cr, cur); /* Fill in initial estimates of stuff */ crystal_set_osf(cr, 1.0); @@ -516,7 +517,7 @@ int main(int argc, char *argv[]) as = asymmetric_indices(crystal_get_reflections(cr), sym); crystal_set_reflections(cr, as); - update_partialities(cur, cr); + update_partialities(cr); nobs += select_scalable_reflections(as, reference); |