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

This commit is contained in:
Donatas Surblys
2019-02-14 18:54:59 +09:00
parent b3a7a534a9
commit 8020f5b965
2 changed files with 0 additions and 8 deletions

View File

@ -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'");
}
/* ---------------------------------------------------------------------- */

View File

@ -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.