Small changes to fix adapt for solid free energies

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9153 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps 2012-12-12 22:35:48 +00:00
parent 86ee20aea7
commit d629fb522c
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class ComputeTI : public Compute {
int nterms;
int *which;
int *ivar1,*ivar2;
int *ilo, *ihi;
char **var1,**var2;
class Pair **pptr;
char **pstyle;