diff options
author | Thomas White <taw@physics.org> | 2011-11-23 16:21:06 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:41 +0100 |
commit | 311a3182530745ef321b495c4f164cd2c9c8a09f (patch) | |
tree | 3575c0955c056ed04984ec803792f080584db932 | |
parent | 2121a595e05d6385e40210499b4e06120719b367 (diff) |
Fussiness
-rw-r--r-- | libcrystfel/src/reflist-utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/reflist-utils.c b/libcrystfel/src/reflist-utils.c index 21efc641..c13b7bcf 100644 --- a/libcrystfel/src/reflist-utils.c +++ b/libcrystfel/src/reflist-utils.c @@ -160,7 +160,8 @@ void write_reflections_to_file(FILE *fh, RefList *list, UnitCell *cell) for ( refl = first_refl(list, &iter); refl != NULL; - refl = next_refl(refl, iter) ) { + refl = next_refl(refl, iter) ) + { signed int h, k, l; double intensity, esd_i, s, ph; |