Tidy: modernize-use-nullptr
[alexxy/gromacs.git] / src / gromacs / fileio / tests / readinp.cpp
index f32c0c0fb1a5fb5752c8bd9abde390e0c527e855..61f8d27998d780bafb82788de492498f6dd9f97f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2016, by the GROMACS development team, led by
+ * Copyright (c) 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.
@@ -57,7 +57,7 @@ class ReadTest : public ::testing::Test
 {
     public:
         ReadTest() : numInputs_(1),
-                     inputField_(0),
+                     inputField_(nullptr),
                      inpGuard_(),
                      wi_(),
                      wiGuard_()