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

This commit is contained in:
sjplimp 2012-07-24 18:33:34 +00:00
parent 3d59bf0166
commit 66f14edf60
1 changed files with 1137 additions and 1135 deletions

View File

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