git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@296 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user