whitespace fixup with dynamic casts
This commit is contained in:
@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user