aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-03-03 16:25:45 +0100
committerThomas White <taw@physics.org>2014-03-03 16:25:45 +0100
commit54528b2b9f9d06b99362e9fd8272e4d99c55c65c (patch)
treec0bef27fa10c77ab0e3aa836b343c9a6842e866d /src/process_hkl.c
parentee2a9703c723d807c4e590906ab6a45868651a81 (diff)
New reflection list format
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r--src/process_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c
index e9284bc2..9c4e538d 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -636,7 +636,7 @@ int main(int argc, char *argv[])
hist_nbins);
}
- write_reflist(output, model);
+ write_reflist_2(output, model, sym);
close_stream(st);