forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1024 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
c66d2b4e12
commit
4440a3aa4d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue