whitespace fixup with dynamic casts

This commit is contained in:
Axel Kohlmeyer
2022-09-10 13:26:38 -04:00
parent 9b172d66f8
commit 67f6adebb7
175 changed files with 391 additions and 391 deletions

View File

@ -40,7 +40,7 @@ ComputeSpecAtom::ComputeSpecAtom(LAMMPS *lmp, int narg, char **arg) :
else size_peratom_cols = nvalues;
// get reference to ReaxFF pair style
reaxff = dynamic_cast<PairReaxFF *>( force->pair_match("^reax..",0));
reaxff = dynamic_cast<PairReaxFF *>(force->pair_match("^reax..",0));
pack_choice = new FnPtrPack[nvalues];