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

This commit is contained in:
sjplimp
2007-10-05 00:32:35 +00:00
parent 69e283e0cc
commit 0eb55ec7ac
6 changed files with 53 additions and 13 deletions

View File

@ -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;
}