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

This commit is contained in:
sjplimp 2007-10-12 14:06:51 +00:00
parent c66d2b4e12
commit 4440a3aa4d
1 changed files with 1 additions and 0 deletions

View File

@ -584,5 +584,6 @@ void *PairLJCutCoulLongTIP4P::extract(char *str)
else if (strcmp(str,"typeH") == 0) return (void *) &typeH;
else if (strcmp(str,"typeA") == 0) return (void *) &typeA;
else if (strcmp(str,"typeB") == 0) return (void *) &typeB;
else if (strcmp(str,"cut_coul") == 0) return (void *) &cut_coul;
return NULL;
}