git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@296 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2007-02-12 17:49:09 +00:00
parent 6b68f0c54e
commit 88ed44b1ea
12 changed files with 11 additions and 182 deletions

View File

@ -1147,8 +1147,8 @@ void Neighbor::modify_params(int narg, char **arg)
} else if (strcmp(arg[iarg+1],"molecule") == 0) {
if (iarg+3 > narg) error->all("Illegal neigh_modify command");
if (atom->molecular == 0) {
char *str = "Must use molecular atom style with"
" neigh_modify exclude molecule";
char *str =
"Must use molecular atom style with neigh_modify exclude molecule";
error->all(str);
}
if (nex_mol == maxex_mol) {