forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8493 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
3d59bf0166
commit
66f14edf60
|
@ -1131,5 +1131,7 @@ void *PairLJCutCoulLong::extract(const char *str, int &dim)
|
|||
{
|
||||
dim = 0;
|
||||
if (strcmp(str,"cut_coul") == 0) return (void *) &cut_coul;
|
||||
dim = 2;
|
||||
if (strcmp(str,"epsilon") == 0) return (void *) epsilon;
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue