Tidy: modernize-use-nullptr
[alexxy/gromacs.git] / src / gromacs / gmxlib / nonbonded / nb_generic.cpp
index ffcfe5549985f5e89b216778dfcef86c1c141352..70244a9f684c1519a1abfdf3c71b5464f308ee28 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2012,2014,2015, by the GROMACS development team, led by
+ * Copyright (c) 2012,2014,2015,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.
@@ -117,7 +117,7 @@ gmx_nb_generic_kernel(t_nblist *                nlist,
     else
     {
         tabscale        = 0;
-        VFtab           = NULL;
+        VFtab           = nullptr;
     }
     ewtab               = fr->ic->tabq_coul_FDV0;
     ewtabscale          = fr->ic->tabq_scale;