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

@ -121,7 +121,7 @@ void Min::init()
// create fix needed for storing atom-based quantities
// will delete it at end of run
fix_minimize = dynamic_cast<FixMinimize *>( modify->add_fix("MINIMIZE all MINIMIZE"));
fix_minimize = dynamic_cast<FixMinimize *>(modify->add_fix("MINIMIZE all MINIMIZE"));
// clear out extra global and per-atom dof
// will receive requests for new per-atom dof during pair init()