git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12862 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -40,7 +40,10 @@ class FixVector : public Fix {
|
||||
int *which,*argindex,*value2index;
|
||||
char **ids;
|
||||
|
||||
bigint nextstep,initialstep;
|
||||
|
||||
int ncount; // # of values currently in growing vector or array
|
||||
int ncountmax; // max # of values vector/array can hold
|
||||
double *vector;
|
||||
double **array;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user