mirror of https://github.com/lammps/lammps.git
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:
parent
86ee20aea7
commit
d629fb522c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue