forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@910 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
b245332f41
commit
2a7def33be
|
@ -559,7 +559,7 @@ double PairHybrid::init_one(int i, int j)
|
|||
ptail_ij = styles[map[i][j]]->ptail_ij;
|
||||
}
|
||||
}
|
||||
} else error->one("All pair coeffs are not set");
|
||||
} else error->all("All pair coeffs are not set");
|
||||
|
||||
map[j][i] = map[i][j];
|
||||
|
||||
|
|
Loading…
Reference in New Issue