Tidy: modernize-use-nullptr
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_kernels / nbnxn_kernel_gpu_ref.cpp
index 92946aeea5a130fd80765f7af7cacc5632703ab3..818982c539baa6eef69a8ab1617a2e02165f81f3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2012,2013,2014,2015,2016, by the GROMACS development team, led by
+ * Copyright (c) 2012,2013,2014,2015,2016,2017, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -72,7 +72,7 @@ nbnxn_kernel_gpu_ref(const nbnxn_pairlist_t     *nbl,
     const real         *x;
     gmx_bool            bEner;
     gmx_bool            bEwald;
-    const real         *Ftab = NULL;
+    const real         *Ftab = nullptr;
     real                rcut2, rvdw2, rlist2;
     int                 ntype;
     real                facel;