introduced nbnxn data structure for bounding boxes
[alexxy/gromacs.git] / src / mdlib / nbnxn_search_simd_2xnn.h
index d12ccdb3cc902cc400656232eaa1a9efc38f3d02..3c649df2d5993a1e96f802db14bbe8ee43cb243c 100644 (file)
@@ -135,7 +135,7 @@ make_cluster_list_simd_2xnn(const nbnxn_grid_t *gridj,
                             int *ndistc)
 {
     const nbnxn_x_ci_simd_2xnn_t *work;
-    const float                  *bb_ci;
+    const nbnxn_bb_t             *bb_ci;
 
     gmx_mm_pr                     jx_SSE, jy_SSE, jz_SSE;