Tidy: modernize-use-nullptr
[alexxy/gromacs.git] / src / gromacs / domdec / domdec_vsite.cpp
index d9848505351dec80dd19960b097f3ecfa0c667ca..7d9fc36ef0f08108df2f91064b953068483c87ce 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2006,2007,2008,2009,2010,2012,2013,2014,2015, by the GROMACS development team, led by
+ * Copyright (c) 2006,2007,2008,2009,2010,2012,2013,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.
@@ -89,7 +89,7 @@ void dd_move_x_vsites(gmx_domdec_t *dd, matrix box, rvec *x)
 {
     if (dd->vsite_comm)
     {
-        dd_move_x_specat(dd, dd->vsite_comm, box, x, NULL, FALSE);
+        dd_move_x_specat(dd, dd->vsite_comm, box, x, nullptr, FALSE);
     }
 }