diff options
author | Thomas White <taw@physics.org> | 2014-03-03 16:25:45 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-03-03 16:25:45 +0100 |
commit | 54528b2b9f9d06b99362e9fd8272e4d99c55c65c (patch) | |
tree | c0bef27fa10c77ab0e3aa836b343c9a6842e866d /src | |
parent | ee2a9703c723d807c4e590906ab6a45868651a81 (diff) |
New reflection list format
Diffstat (limited to 'src')
-rw-r--r-- | src/process_hkl.c | 2 |
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); |