new compute global/atom command, also bug fix for descending dump sorts
This commit is contained in:
@ -40,7 +40,8 @@ int Compute::instance_total = 0;
|
||||
|
||||
Compute::Compute(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp),
|
||||
id(NULL), style(NULL),
|
||||
vector(NULL), array(NULL), vector_atom(NULL), array_atom(NULL), vector_local(NULL), array_local(NULL),
|
||||
vector(NULL), array(NULL), vector_atom(NULL),
|
||||
array_atom(NULL), vector_local(NULL), array_local(NULL),
|
||||
tlist(NULL), vbiasall(NULL)
|
||||
{
|
||||
instance_me = instance_total++;
|
||||
|
||||
Reference in New Issue
Block a user