From c1919b845fcede38a5a0cbba66ee5253f760e789 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 9 Sep 2011 10:16:02 +0200 Subject: Add a reminder --- src/check_hkl.c | 2 ++ src/compare_hkl.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/check_hkl.c b/src/check_hkl.c index 7b147cf2..6eb1d26e 100644 --- a/src/check_hkl.c +++ b/src/check_hkl.c @@ -298,6 +298,8 @@ static void plot_shells(RefList *list, UnitCell *cell, const SymOpList *sym, } fclose(fh); + + STATUS("Resolution shell information written to shells.dat.\n"); } diff --git a/src/compare_hkl.c b/src/compare_hkl.c index c8a6fde5..3d088b92 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -249,6 +249,8 @@ static void plot_shells(RefList *list1, double *arr2, double scale, } fclose(fh); + + STATUS("Resolution shell information written to shells.dat.\n"); } -- cgit v1.2.3