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

This commit is contained in:
sjplimp
2015-01-19 23:38:26 +00:00
parent a080316187
commit e72afc5488
13 changed files with 61 additions and 23 deletions

View File

@ -20,6 +20,8 @@ namespace LAMMPS_NS {
class Compute : protected Pointers {
public:
static int instance_total; // # of Compute classes ever instantiated
char *id,*style;
int igroup,groupbit;
@ -122,6 +124,8 @@ class Compute : protected Pointers {
virtual int unsigned data_mask_ext() {return datamask_ext;}
protected:
int instance_me; // which Compute class instantiation I am
int extra_dof; // extra DOF for temperature computes
int fix_dof; // DOF due to fixes
int dynamic; // recount atoms for temperature computes