Tidy: modernize-use-nullptr
[alexxy/gromacs.git] / src / testutils / refdata.h
index 1fd128ecdc0d3eeb1a111969b281a7415f4caebf..e1cd287fe753dec81c9d6db29a5db4482c846f12 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2011,2012,2013,2014,2015,2016, by the GROMACS development team, led by
+ * Copyright (c) 2011,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.
@@ -492,7 +492,7 @@ class TestReferenceChecker
             TestReferenceChecker compound(checkSequenceCompound(id, length));
             for (Iterator i = begin; i != end; ++i)
             {
-                compound.checkValue(*i, NULL);
+                compound.checkValue(*i, nullptr);
             }
         }
         /*! \brief