Commit 8020f5b9 authored by Donatas Surblys's avatar Donatas Surblys
Browse files

remove warning messages when using 'tally yes zero yes' with fix langevin

parent b3a7a534
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -177,8 +177,6 @@ FixLangevin::FixLangevin(LAMMPS *lmp, int narg, char **arg) :
    }
  }

  if (tallyflag && zeroflag && comm->me == 0)
    error->warning(FLERR,"Energy tally does not account for 'zero yes'");
}

/* ---------------------------------------------------------------------- */
+0 −6
Original line number Diff line number Diff line
@@ -104,12 +104,6 @@ E: Fix langevin period must be > 0.0

The time window for temperature relaxation must be > 0

W: Energy tally does not account for 'zero yes'

The energy removed by using the 'zero yes' flag is not accounted
for in the energy tally and thus energy conservation cannot be
monitored in this case.

E: Fix langevin omega requires atom style sphere

Self-explanatory.