more code formatting consistency changes for loops and conditionals

This commit is contained in:
Axel Kohlmeyer
2020-12-30 09:27:47 -05:00
parent 28de7e351a
commit 51a20175c9
171 changed files with 744 additions and 747 deletions

View File

@ -122,7 +122,7 @@ void ComputeEntropyAtom::init()
error->all(FLERR,"Compute entropy/atom requires a pair style be"
" defined");
if ( (cutoff+cutoff2) > (force->pair->cutforce + neighbor->skin) )
if ((cutoff+cutoff2) > (force->pair->cutforce + neighbor->skin))
{
error->all(FLERR,"Compute entropy/atom cutoff is longer than the"
" pairwise cutoff. Increase the neighbor list skin"