Enable more warnings for Clang 6
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_search_simd_4xn.h
index c226d86021ec42a182a25162b5e09d13a67d9568..dda0dc683a52a799b334590c752fdb4348fe42f5 100644 (file)
@@ -33,8 +33,6 @@
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
-using namespace gmx; // TODO: Remove when this file is moved into gmx namespace
-
 #if GMX_SIMD_REAL_WIDTH >= NBNXN_CPU_CLUSTER_I_SIZE
 #define STRIDE_S  (GMX_SIMD_REAL_WIDTH)
 #else
@@ -95,6 +93,7 @@ makeClusterListSimd4xn(const nbnxn_grid_t *      gridj,
                        float                     rbb2,
                        int * gmx_restrict        numDistanceChecks)
 {
+    using namespace gmx;
     const real * gmx_restrict          x_ci_simd = nbl->work->x_ci_simd;
     const nbnxn_bb_t * gmx_restrict    bb_ci     = nbl->work->bb_ci;