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

This commit is contained in:
sjplimp
2014-01-17 18:43:09 +00:00
parent 961be6ee48
commit bad19033d0
172 changed files with 2523 additions and 2184 deletions

View File

@ -86,7 +86,8 @@ class AtomVecTri : public AtomVec {
void set_equilateral(int, double);
private:
int *tag,*type,*mask;
tagint *tag;
int *type,*mask;
imageint *image;
double **x,**v,**f;
int *molecule;