Move force buffer resizing to mdsetup
[alexxy/gromacs.git] / src / gromacs / mdtypes / forcerec.h
index 169cb1c15348833fcb1159768fafd71a3adf0d49..552580a7842eb5a07a9e5b0d0cf36e749018cb79 100644 (file)
@@ -214,11 +214,8 @@ struct t_forcerec
 
     /* The number of atoms participating in do_force_lowlevel */
     int natoms_force = 0;
-    /* The number of atoms participating in force and constraints */
+    /* The number of atoms participating in force calculation and constraints */
     int natoms_force_constr = 0;
-    /* The allocation size of vectors of size natoms_force */
-    int nalloc_force = 0;
-
     /* Forces that should not enter into the coord x force virial summation:
      * PPPM/PME/Ewald/posres/ForceProviders
      */