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

This commit is contained in:
sjplimp 2007-12-05 20:41:01 +00:00
parent 6d039d2bb3
commit 6041bbed96
1 changed files with 1 additions and 1 deletions

View File

@ -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;