forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9532 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
77f659a359
commit
9a3f8a7a89
|
@ -523,7 +523,7 @@ void PairREAX::coeff(int narg, char **arg)
|
|||
// read args that map atom types to elements in potential file
|
||||
// map[i] = which element the Ith atom type is, -1 if NULL
|
||||
// NOTE: for now throw an error if NULL is used to disallow use with hybrid
|
||||
// qEq atrix solver needs to be modified to exclude atoms
|
||||
// qEq matrix solver needs to be modified to exclude atoms
|
||||
|
||||
for (int i = 3; i < narg; i++) {
|
||||
if (strcmp(arg[i],"NULL") == 0) {
|
||||
|
|
Loading…
Reference in New Issue