From 0b1fa4693e4c4df54623cfeb91b3c887191236fa Mon Sep 17 00:00:00 2001 From: Takanori Nakane Date: Tue, 9 Sep 2014 14:34:49 +0100 Subject: Fixed message from check_hkl.c --- src/check_hkl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/check_hkl.c') diff --git a/src/check_hkl.c b/src/check_hkl.c index dc376779..f22373b0 100644 --- a/src/check_hkl.c +++ b/src/check_hkl.c @@ -444,7 +444,7 @@ static void plot_shells(RefList *list, UnitCell *cell, const SymOpList *sym, fh = fopen(shell_file, "w"); if ( fh == NULL ) { - ERROR("Couldn't open 'shells.dat'\n"); + ERROR("Couldn't open '%s'\n", shell_file); return; } @@ -645,7 +645,7 @@ static void plot_shells(RefList *list, UnitCell *cell, const SymOpList *sym, fclose(fh); - STATUS("Resolution shell information written to shells.dat.\n"); + STATUS("Resolution shell information written to %s.\n", shell_file); free(possible); free(measurements); -- cgit v1.2.3