Remove obsolete mdp option ns-type
[alexxy/gromacs.git] / src / gromacs / fileio / tpxio.cpp
index 300f56ba67d9f855e0cddc8274ba181dcd0b95c5..67a1284714232eb82e9fb71b12b55a0d1e40ea09 100644 (file)
@@ -1104,7 +1104,7 @@ static void do_inputrec(gmx::ISerializer         *serializer,
     {
         ir->cutoff_scheme = ecutsGROUP;
     }
-    serializer->doInt(&ir->ns_type);
+    serializer->doInt(&idum); /* used to be ns_type; not used anymore */
     serializer->doInt(&ir->nstlist);
     serializer->doInt(&idum); /* used to be ndelta; not used anymore */