introduced nbnxn data structure for bounding boxes
[alexxy/gromacs.git] / src / mdlib / nbnxn_search_simd_4xn.h
index ae330f50e53ee7645fa323a849730451f92dd676..a7a19579bb85e5f90c6874d6a22e685d4bd719a5 100644 (file)
@@ -113,7 +113,7 @@ make_cluster_list_simd_4xn(const nbnxn_grid_t *gridj,
                            int *ndistc)
 {
     const nbnxn_x_ci_simd_4xn_t *work;
-    const float                 *bb_ci;
+    const nbnxn_bb_t            *bb_ci;
 
     gmx_mm_pr                    jx_SSE, jy_SSE, jz_SSE;