Move responsibility for bonded threading decomposition
[alexxy/gromacs.git] / src / gromacs / mdtypes / forcerec.h
index e4e41decf93ea0ed23eb0c7fe29261b279e6fccc..b140dee8e07fdcb8bf89e1f157557ce47005aa24 100644 (file)
@@ -350,7 +350,7 @@ struct t_forcerec {
     real userreal4;
 
     /* Pointer to struct for managing threading of bonded force calculation */
-    struct bonded_threading_t *bonded_threading;
+    struct bonded_threading_t *bondedThreading;
 
     /* Ewald correction thread local virial and energy data */
     int                         nthread_ewc;