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

This commit is contained in:
sjplimp
2013-04-06 23:08:09 +00:00
parent 022e3c1c57
commit afac9a0f14
12 changed files with 371 additions and 55 deletions

View File

@ -35,7 +35,7 @@ class ComputeMSD : public Compute {
int comflag,nmsd;
double masstotal;
char *id_fix;
class Fix *fix;
class FixStore *fix;
};
}