Make log file option listing similar to mdp names
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / readir.c
index a2f84972f2044f14b8c6f71e864eb4b58d3ba034..3c3b99f1728ca8ffb91c8e317a8d65c51ca51d20 100644 (file)
@@ -1866,8 +1866,6 @@ void get_ir(const char *mdparin, const char *mdparout,
     ITYPE ("nstlist", ir->nstlist,    10);
     CTYPE ("ns algorithm (simple or grid)");
     EETYPE("ns-type",     ir->ns_type,    ens_names);
-    /* set ndelta to the optimal value of 2 */
-    ir->ndelta = 2;
     CTYPE ("Periodic boundary conditions: xyz, no, xy");
     EETYPE("pbc",         ir->ePBC,       epbc_names);
     EETYPE("periodic-molecules", ir->bPeriodicMols, yesno_names);