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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@ class ComputeTempCS : public Compute {
  int maxatom;
  int cgroup,sgroup;

  int fix_dof;
  double tfactor;
  double **vint;

+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ class ComputeTempEff : public Compute {
  void compute_vector();

 private:
  int fix_dof;
  double tfactor;

  void dof_compute();