diff options
author | Thomas White <taw@physics.org> | 2011-03-22 10:41:12 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:20 +0100 |
commit | 407a74d5f4ad651170707ae762a63c6cbec47205 (patch) | |
tree | 8b9f13104d72d101cc5b55234ffa7984d2bec29e /src/reflist-utils.c | |
parent | fa79dc619747eaaf0e8cb25643cb1aaaa0f1fc91 (diff) |
More debugging
Diffstat (limited to 'src/reflist-utils.c')
-rw-r--r-- | src/reflist-utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reflist-utils.c b/src/reflist-utils.c index 7ed4f54e..281a871c 100644 --- a/src/reflist-utils.c +++ b/src/reflist-utils.c @@ -271,6 +271,7 @@ RefList *read_reflections_from_file(FILE *fh) set_int(refl, intensity); set_detector_pos(refl, fs, ss, 0.0); set_esd_intensity(refl, sigma); + set_redundancy(refl, cts); ph = strtod(phs, &v); if ( v != NULL ) set_ph(refl, ph); |