switch ld_seed from int to gmx_int64_t
authorChristoph Junghans <junghans@votca.org>
Mon, 3 Feb 2014 20:52:32 +0000 (13:52 -0700)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Sat, 1 Mar 2014 15:38:59 +0000 (16:38 +0100)
commitc2a7c40d4b639d178578003c11cff6badb230f44
tree432ea0e40eb29763e249d5955e602166a83aeba7
parentd72a25ed4b53c22c8cd0d653f1e8b457b96b3c60
switch ld_seed from int to gmx_int64_t

* allows more than 4,294,967,295 different seeds for ld
* tpx version bumped, used new style for magic version constants
* changed printf format strings to conform to new type

Change-Id: Id661ca331a100dc942ac978cc1b50cfdade09731
src/gromacs/fileio/tpxio.c
src/gromacs/gmxlib/txtdump.c
src/gromacs/gmxpreprocess/grompp.c
src/gromacs/gmxpreprocess/readir.c
src/gromacs/legacyheaders/types/inputrec.h
src/gromacs/tools/compare.c
src/gromacs/tools/convert_tpr.c