forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6162 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
cec89647a4
commit
1ca6e02a86
|
@ -27,7 +27,7 @@ namespace LAMMPS_NS {
|
|||
class ComputeTempPartial : public Compute {
|
||||
public:
|
||||
ComputeTempPartial(class LAMMPS *, int, char **);
|
||||
~ComputeTempPartial();
|
||||
virtual ~ComputeTempPartial();
|
||||
void init();
|
||||
double compute_scalar();
|
||||
void compute_vector();
|
||||
|
@ -39,7 +39,7 @@ class ComputeTempPartial : public Compute {
|
|||
void restore_bias_all();
|
||||
double memory_usage();
|
||||
|
||||
private:
|
||||
protected:
|
||||
int xflag,yflag,zflag;
|
||||
int fix_dof;
|
||||
double tfactor;
|
||||
|
|
Loading…
Reference in New Issue