diff options
author | Thomas White <taw@physics.org> | 2011-03-21 18:12:05 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:20 +0100 |
commit | aceb2105c179171e9027bd56699bc96f4ea93a03 (patch) | |
tree | e82edd43984660246e6dfd5595dafb49786d6bbd /src/reflist-utils.c | |
parent | 86e621ad289638d7bf1440092cffd4c2ac64f982 (diff) |
Include marker at end of reflection list
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 aac94fbf..7ed4f54e 100644 --- a/src/reflist-utils.c +++ b/src/reflist-utils.c @@ -220,6 +220,7 @@ int write_reflist(const char *filename, RefList *list, UnitCell *cell) } write_reflections_to_file(fh, list, cell); + fprintf(fh, REFLECTION_END_MARKER"\n"); fclose(fh); |