Remove cutoff_scheme from t_forcerec and interaction_const_t
[alexxy/gromacs.git] / src / gromacs / mdtypes / interaction_const.h
index 8c4d3f373aaf85369f479a3227aadc579ebc3134..9114297bab5e789f37299e823228083122b0e931 100644 (file)
@@ -126,10 +126,6 @@ struct interaction_const_t
         real sigma6Minimum;
     };
 
-    // Cut-off scheme, only present for reading and (not) running old tpr files
-    // which still supported the group cutoff-scheme
-    int cutoff_scheme = ecutsVERLET;
-
     /* VdW */
     int                    vdwtype          = evdwCUT;
     int                    vdw_modifier     = eintmodNONE;