remove trailing whitespace
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user