From d856d2d620a66e1207ababbb1746fe67326635a0 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Sat, 19 May 2012 00:33:19 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8103 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/modify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modify.cpp b/src/modify.cpp index ebe9880fc2..9c19816821 100644 --- a/src/modify.cpp +++ b/src/modify.cpp @@ -573,7 +573,7 @@ void Modify::add_fix(int narg, char **arg, char *suffix) if (narg < 3) error->all(FLERR,"Illegal fix command"); // cannot define fix before box exists unless style is in exception list - // don't like this way of checking for exceptions by adding to list, + // don't like this way of checking for exceptions by adding fixes to list, // but can't think of better way // too late if instantiate fix, then check flag set in fix constructor, // since some fixes access domain settings in their constructor