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

This commit is contained in:
sjplimp
2009-01-08 21:46:20 +00:00
parent 3609f51fe0
commit 500847d45c
12 changed files with 200 additions and 175 deletions

View File

@ -62,7 +62,7 @@ class Force : protected Pointers {
void create_pair(const char *);
class Pair *new_pair(const char *);
class Pair *pair_match(const char *);
class Pair *pair_match(const char *, int);
void create_bond(const char *);
class Bond *new_bond(const char *);