diff options
author | Thomas White <taw@physics.org> | 2017-10-19 14:14:31 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-10-19 14:16:30 +0200 |
commit | 211dbed4c67d6966e96b952e6eb022f0bf4689ff (patch) | |
tree | 9911cf4d2424b60f0ddd6f30c7ee10ffcd93eed5 | |
parent | 21a2de67c4ed4cd3b5a7ee19f3b34f1c117f0a28 (diff) |
partial_sim: Write the symmetry to the reflection list
-rw-r--r-- | src/partial_sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c index 3c3679a7..0482cc91 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -946,7 +946,7 @@ int main(int argc, char *argv[]) if ( random_intensities ) { STATUS("Writing full intensities to %s\n", save_file); - write_reflist(save_file, full); + write_reflist_2(save_file, full, sym); } if ( phist_file != NULL ) { |