git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10864 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -32,7 +32,8 @@ class ComputeMSD : public Compute {
|
||||
virtual void compute_vector();
|
||||
|
||||
protected:
|
||||
int comflag,nmsd;
|
||||
int comflag;
|
||||
bigint nmsd;
|
||||
double masstotal;
|
||||
char *id_fix;
|
||||
class FixStore *fix;
|
||||
|
||||
Reference in New Issue
Block a user