Use bitmask for bonded
[alexxy/gromacs.git] / src / gromacs / legacyheaders / types / forcerec.h
index 59cd9f4279d61196597b5d97cccad70202711039..49f32af748a5fc8812fbf94992fbb0ccb36ec900 100644 (file)
@@ -185,19 +185,7 @@ typedef struct {
 /* Forward declaration of type for managing Ewald tables */
 struct gmx_ewald_tab_t;
 
-typedef struct {
-    rvec             *f;
-    int               f_nalloc;
-    unsigned          red_mask; /* Mask for marking which parts of f are filled */
-    rvec             *fshift;
-    real              ener[F_NRE];
-    gmx_grppairener_t grpp;
-    real              Vcorr_q;
-    real              Vcorr_lj;
-    real              dvdl[efptNR];
-    tensor            vir_q;
-    tensor            vir_lj;
-} f_thread_t;
+typedef struct f_thread_t f_thread_t;
 
 typedef struct {
     interaction_const_t *ic;