Fixed incorrect enum
authorGiovanni Bussi <giovanni.bussi@gmail.com>
Mon, 28 Sep 2020 07:46:02 +0000 (07:46 +0000)
committerPaul Bauer <paul.bauer.q@gmail.com>
Mon, 28 Sep 2020 07:46:02 +0000 (07:46 +0000)
commitf810e1d85e274678388083277a0af48d03eb7556
tree77958d7ef888da69091ffc283ff759ede70876ed
parent825a4769ae2444eff8af44ab6928ac113fed8902
Fixed incorrect enum

Harmless, since both have value 1, but confusing
27 files changed:
docs/reference-manual/algorithms/molecular-dynamics.rst
docs/reference-manual/references.rst
docs/release-notes/2021/major/features.rst
docs/user-guide/mdp-options.rst
src/gromacs/mdlib/coupling.cpp
src/gromacs/mdlib/coupling.h
src/gromacs/mdlib/md_support.cpp
src/gromacs/mdlib/update_constrain_gpu.h
src/gromacs/mdlib/update_constrain_gpu_impl.cpp
src/gromacs/mdlib/update_constrain_gpu_impl.cu
src/gromacs/mdlib/update_constrain_gpu_impl.h
src/gromacs/mdrun/md.cpp
src/gromacs/mdtypes/inputrec.cpp
src/gromacs/mdtypes/md_enums.cpp
src/gromacs/mdtypes/md_enums.h
src/gromacs/taskassignment/decidegpuusage.cpp
src/gromacs/utility/pleasecite.cpp
src/programs/mdrun/tests/exactcontinuation.cpp
src/programs/mdrun/tests/periodicactions.cpp
tests/physicalvalidation/systems.json
tests/physicalvalidation/systems/ens_argon_md_verlet_pme_vr_cr/input/system.gro [new file with mode: 0644]
tests/physicalvalidation/systems/ens_argon_md_verlet_pme_vr_cr/input/system.mdp [new file with mode: 0644]
tests/physicalvalidation/systems/ens_argon_md_verlet_pme_vr_cr/input/system.top [new file with mode: 0644]
tests/physicalvalidation/systems/ens_water_md_verlet_settle_pme_vr_cr/input/system.gro [new file with mode: 0644]
tests/physicalvalidation/systems/ens_water_md_verlet_settle_pme_vr_cr/input/system.mdp [new file with mode: 0644]
tests/physicalvalidation/systems/ens_water_md_verlet_settle_pme_vr_cr/input/system.top [new file with mode: 0644]
tests/physicalvalidation/systems_d.json