whitespace fixes

This commit is contained in:
Axel Kohlmeyer
2020-03-18 23:13:19 -04:00
parent 060e4ff346
commit 78a2f86235

View File

@ -52,7 +52,7 @@ FixNumDiff::FixNumDiff(LAMMPS *lmp, int narg, char **arg) :
nevery = force->inumeric(FLERR,arg[3]);
delta = force->numeric(FLERR,arg[4]);
if (nevery <= 0 || delta <= 0.0)
if (nevery <= 0 || delta <= 0.0)
error->all(FLERR,"Illegal fix numdiff command");
int n = strlen(id) + 6;
@ -114,7 +114,7 @@ void FixNumDiff::init()
{
// require consecutive atom IDs
if (!atom->tag_enable || !atom->tag_consecutive())
if (!atom->tag_enable || !atom->tag_consecutive())
error->all(FLERR,"Fix numdiff requires consecutive atom IDs");
// check for PE compute