Replace all mdrun rngs with cycle based rng
[alexxy/gromacs.git] / src / gromacs / tools / convert_tpr.c
index 423639082eeec55e5b2b070ad49a6fa58974a011..c3297ed7cccec0405fe69c36c87e0c5c6ef47bbd 100644 (file)
@@ -51,7 +51,6 @@
 #include "gromacs/commandline/pargs.h"
 #include "vec.h"
 #include "mtop_util.h"
-#include "gromacs/random/random.h"
 #include "checkpoint.h"
 #include "gromacs/fileio/tpxio.h"
 #include "gromacs/fileio/trnio.h"
@@ -464,13 +463,6 @@ int gmx_convert_tpr(int argc, char *argv[])
                     "If you want that, supply a checkpoint file to mdrun\n\n");
         }
 
-        if (EI_SD(ir->eI) || ir->eI == eiBD)
-        {
-            fprintf(stderr, "\nChanging ld-seed from %d ", ir->ld_seed);
-            ir->ld_seed = (int)gmx_rng_make_seed();
-            fprintf(stderr, "to %d\n\n", ir->ld_seed);
-        }
-
         frame_fn = ftp2fn(efTRN, NFILE, fnm);
 
         if (fn2ftp(frame_fn) == efCPT)