diff options
author | Thomas White <taw@physics.org> | 2016-08-16 10:27:58 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2016-08-16 10:28:45 +0200 |
commit | 42e2c1751ca82088f47ca62e796320d334c7a77c (patch) | |
tree | f8567f2e1cc49f09fdf96b3b69834b8f9df5d46c /src/partialator.c | |
parent | a7f52bf15d5d44b45f8dba7ab28038c5f9dee372 (diff) |
get_hkl, partialator, process_hkl: Add command line and version info
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/partialator.c b/src/partialator.c index 28b340c8..b246571d 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -1114,6 +1114,7 @@ int main(int argc, char *argv[]) /* Output results */ STATUS("Writing overall results to %s\n", outfile); + reflist_add_command_and_version(full, argc, argv); write_reflist_2(outfile, full, sym); /* Output split results */ |