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

This commit is contained in:
sjplimp 2013-02-19 15:06:19 +00:00
parent 77f659a359
commit 9a3f8a7a89
1 changed files with 1 additions and 1 deletions

View File

@ -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) {