Fix style errors in modular simulator propagator
authorPascal Merz <pascal.merz@me.com>
Wed, 20 May 2020 07:03:30 +0000 (01:03 -0600)
committerPascal Merz <pascal.merz@me.com>
Wed, 17 Jun 2020 14:44:13 +0000 (14:44 +0000)
commit4f97cb30d399d61180902f168a3372f34d0dbaa4
treefe6d147c912d7d0f41b2e3550e41f735dd9c21f5
parent08f8d25b845d63abfe426adfcbf4020c54fe2f17
Fix style errors in modular simulator propagator

Some member variables of the Propagator class were missing the trailing
underscore. This also changes the initialization of a vector and a
matrix to list initialization, which used to throw off uncrustify.
src/gromacs/modularsimulator/propagator.cpp
src/gromacs/modularsimulator/propagator.h