Enable more warnings for Clang 6
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_kernels / simd_2xnn / nbnxn_kernel_simd_2xnn_outer.h
index ae56ddbf3be5fe52547f4e42283473c9b05f9efa..1d0aa52aa05600a00d35e426dd4ef65714bbaddb 100644 (file)
@@ -35,6 +35,7 @@
 
 
 {
+    using namespace gmx;
     const nbnxn_ci_t   *nbln;
     const nbnxn_cj_t   *l_cj;
     const real         *q;
 #elif !defined LJ_COMB_LB && !defined FIX_LJ_C
         const real *nbfp0     = nbfp_ptr + type[sci  ]*nbat->ntype*c_simdBestPairAlignment;
         const real *nbfp1     = nbfp_ptr + type[sci+1]*nbat->ntype*c_simdBestPairAlignment;
-        const real *nbfp2     = NULL, *nbfp3 = NULL;
+        const real *nbfp2     = nullptr, *nbfp3 = nullptr;
         if (!half_LJ)
         {
             nbfp2 = nbfp_ptr + type[sci+2]*nbat->ntype*c_simdBestPairAlignment;