git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10101 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -375,6 +375,9 @@ void PairList::init_style()
|
||||
if (atom->tag_enable == 0)
|
||||
error->all(FLERR,"Pair style list requires atom IDs");
|
||||
|
||||
if (atom->map_style == 0)
|
||||
error->all(FLERR,"Pair style list requires an atom map");
|
||||
|
||||
if (offset_flag) {
|
||||
for (int n=0; n < npairs; ++n) {
|
||||
list_parm_t &par = params[n];
|
||||
|
||||
Reference in New Issue
Block a user