git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@956 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -982,5 +982,5 @@ void *PairTable::extract(char *str)
|
||||
for (int m = 1; m < ntables; m++)
|
||||
if (tables[m].cut != cut_coul)
|
||||
error->all("Pair table cutoffs must all be equal to use with KSpace");
|
||||
return &cut_coul;
|
||||
return &tables[0].cut;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user