From 42e2c1751ca82088f47ca62e796320d334c7a77c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 16 Aug 2016 10:27:58 +0200 Subject: get_hkl, partialator, process_hkl: Add command line and version info --- src/process_hkl.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/process_hkl.c') diff --git a/src/process_hkl.c b/src/process_hkl.c index fb17e22f..29ef29a1 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -3,13 +3,13 @@ * * Assemble and process FEL Bragg intensities * - * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2016 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * Copyright © 2012 Lorenzo Galli * * Authors: * 2015 Keitaro Yamashita - * 2009-2015 Thomas White + * 2009-2016 Thomas White * 2011 Andrew Martin * 2012 Lorenzo Galli * 2014 Chunhong Yoon @@ -821,6 +821,7 @@ int main(int argc, char *argv[]) hist_nbins); } + reflist_add_command_and_version(model, argc, argv); write_reflist_2(output, model, sym); close_stream(st); -- cgit v1.2.3