Commit 6b94126f authored by Donatas Surblys's avatar Donatas Surblys
Browse files

change flag name in pair.h: cntratmstressflag -> centroidstressflag

parent 2d75e6b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ PairLJClass2::PairLJClass2(LAMMPS *lmp) : Pair(lmp)
{
  respa_enable = 1;
  writedata = 1;
  cntratmstressflag = 1;
  centroidstressflag = 1;
}

/* ---------------------------------------------------------------------- */
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ using namespace MathConst;
PairLJClass2CoulCut::PairLJClass2CoulCut(LAMMPS *lmp) : Pair(lmp)
{
  writedata = 1;
  cntratmstressflag = 1;
  centroidstressflag = 1;
}

/* ---------------------------------------------------------------------- */
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ PairPython::PairPython(LAMMPS *lmp) : Pair(lmp) {
  one_coeff = 1;
  reinitflag = 0;
  cut_global = 0.0;
  cntratmstressflag = 1;
  centroidstressflag = 1;

  py_potential = NULL;
  skip_types = NULL;
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */

PairCoulCutSoft::PairCoulCutSoft(LAMMPS *lmp) : Pair(lmp) {
  cntratmstressflag = 1;
  centroidstressflag = 1;
}

/* ---------------------------------------------------------------------- */
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ using namespace MathConst;
PairLJClass2CoulCutSoft::PairLJClass2CoulCutSoft(LAMMPS *lmp) : Pair(lmp)
{
  writedata = 1;
  cntratmstressflag = 1;
  centroidstressflag = 1;
}

/* ---------------------------------------------------------------------- */
Loading