From 3f9a166e817f2127675a887f962e5036829644b7 Mon Sep 17 00:00:00 2001 From: Berk Hess Date: Thu, 12 Jun 2014 11:36:30 +0200 Subject: [PATCH] Changed appending file name error message The error message now mentiones potential names issues. Fixes #1497. Change-Id: I0c0195abd21c5012b49119024505b18a906078be --- src/gmxlib/checkpoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gmxlib/checkpoint.c b/src/gmxlib/checkpoint.c index bf0ebb3a0b..142c46c8de 100644 --- a/src/gmxlib/checkpoint.c +++ b/src/gmxlib/checkpoint.c @@ -2539,7 +2539,7 @@ gmx_bool read_checkpoint_simulation_part(const char *filename, int *simulation_p } fprintf(stderr, "\n"); - gmx_fatal(FARGS, "File appending requested, but only %d of the %d output files are present", nexist, nfiles); + gmx_fatal(FARGS, "File appending requested, but %d of the %d output files are not present or are named differently", nfiles-nexist, nfiles); } } -- 2.22.0