Complete the removal of stateful RNG
commit5406d3308754e54133860cee3a28ce18e7a1df66
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 20 Dec 2016 11:25:19 +0000 (20 22:25 +1100)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 9 Feb 2017 17:57:33 +0000 (9 18:57 +0100)
tree26d5c3a2410ec00e12747a9ff018183b20f36bc4
parent6816800950d0a406dfe5ba53bff4395b8eab491c
Complete the removal of stateful RNG

Only checkpoint files from several version ago can contain these
fields, and reading checkpoint files written with different major
versions is already unsupported. The enumerations should not change
because the numerical values in supported files should remain the
same.

Changed the enum values and matching strings to make this
situation explicit when reading the code.

Change-Id: I93d57ee3791202c33c2312c4b5d8927b5d7ad351
src/gromacs/fileio/checkpoint.cpp
src/gromacs/mdtypes/state.h