Fix dispersion correction table generation
commita41b39b5c1eefda7814ccc2019b5446aa5f7710c
authorBerk Hess <hess@kth.se>
Mon, 28 Sep 2020 14:24:26 +0000 (28 14:24 +0000)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 28 Sep 2020 14:24:26 +0000 (28 14:24 +0000)
treeaa7d21520a1983076974851541ae08833c50b0d0
parent58a8ae3dc4c4b47ef5a5e42f9ffc1eb24ffbb17f
Fix dispersion correction table generation

Dispersion correction table generation was incorrectly skipped
during PME tuning, which lead to an assertion failure with LJ-PME.

Fixes #3677
docs/release-notes/2020/2020.4.rst
src/gromacs/tables/forcetable.cpp
src/programs/mdrun/tests/CMakeLists.txt
src/programs/mdrun/tests/dispersion_correction.cpp [new file with mode: 0644]