From 1f53aa32882255e93cbd92c6d9a5a1deea448137 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Sun, 15 Apr 2012 01:47:07 +1000 Subject: [PATCH] Clarified warning string Change-Id: I65d422d342b946a548e9a29234d1803a13b1a9f0 --- src/gmxlib/rmpbc.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gmxlib/rmpbc.c b/src/gmxlib/rmpbc.c index 86b713968c..fb2843f021 100644 --- a/src/gmxlib/rmpbc.c +++ b/src/gmxlib/rmpbc.c @@ -120,8 +120,10 @@ gmx_rmpbc_t gmx_rmpbc_init(t_idef *idef,int ePBC,int natoms, { fprintf(stderr, "\n" - "WARNING: if there are broken molecules in the trajectory file,\n" - " they can not be made whole without a run input file\n\n"); + "WARNING: If there are molecules in the input trajectory file\n" + " that are broken across periodic boundaries, they\n" + " cannot be made whole (or treated as whole) without\n" + " you providing a run input file.\n\n"); } return gpbc; -- 2.11.4.GIT