mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1216 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6d039d2bb3
commit
6041bbed96
|
@ -38,7 +38,7 @@ class Min : protected Pointers {
|
|||
int eflag,vflag; // flags for energy/virial computation
|
||||
int virial_style; // compute virial explicitly or implicitly
|
||||
|
||||
int nelist_atom; // # of PE,virial computes to check
|
||||
int nelist_atom; // # of PE,virial computes to check
|
||||
int nvlist_global,nvlist_atom;
|
||||
class Compute **elist_atom; // list of PE,virial Computes
|
||||
class Compute **vlist_global;
|
||||
|
|
Loading…
Reference in New Issue