remove trailing whitespace

This commit is contained in:
Axel Kohlmeyer
2018-03-16 12:37:27 -04:00
parent ee862d8bf5
commit 59dbb49cf9
204 changed files with 1543 additions and 1543 deletions

View File

@ -41,7 +41,7 @@ ComputeDihedral::ComputeDihedral(LAMMPS *lmp, int narg, char **arg) :
error->all(FLERR,
"Dihedral style for compute dihedral command is not hybrid");
size_vector = nsub = dihedral->nstyles;
emine = new double[nsub];
vector = new double[nsub];
}
@ -64,7 +64,7 @@ void ComputeDihedral::init()
if (!dihedral)
error->all(FLERR,
"Dihedral style for compute dihedral command is not hybrid");
if (dihedral->nstyles != nsub)
if (dihedral->nstyles != nsub)
error->all(FLERR,"Dihedral style for compute dihedral command has changed");
}