Skip to content
Snippets Groups Projects
Commit e8bd5c5b authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13350 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 536ae800
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,6 @@ class ComputeTempCS : public Compute {
int maxatom;
int cgroup,sgroup;
int fix_dof;
double tfactor;
double **vint;
......
......@@ -40,7 +40,6 @@ class ComputeTempDeformEff : public Compute {
double memory_usage();
protected:
int fix_dof;
double tfactor;
double vbias[3]; // stored velocity bias for one atom
double **vbiasall; // stored velocity bias for all atoms
......
......@@ -34,7 +34,6 @@ class ComputeTempEff : public Compute {
void compute_vector();
private:
int fix_dof;
double tfactor;
void dof_compute();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment