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

This commit is contained in:
sjplimp
2016-01-25 23:04:56 +00:00
parent 2d78e1a215
commit 49051197a9
22 changed files with 32 additions and 32 deletions

View File

@ -773,7 +773,7 @@ void PairTersoffTable::coeff(int narg, char **arg)
// read potential file and initialize potential parameters
read_file(arg[2]);
setup();
setup_params();
// clear setflag since coeff() called once with I,J = * *
@ -970,7 +970,7 @@ void PairTersoffTable::read_file(char *file)
/* ---------------------------------------------------------------------- */
void PairTersoffTable::setup()
void PairTersoffTable::setup_params()
{
int i,j,k,m,n;