Fix clang 6 warning
authorSzilárd Páll <pall.szilard@gmail.com>
Wed, 2 Jan 2019 18:34:28 +0000 (19:34 +0100)
committerSzilárd Páll <pall.szilard@gmail.com>
Wed, 2 Jan 2019 19:44:32 +0000 (20:44 +0100)
Change-Id: If90d02a5eb93abf2b687f5449f4201138da17ab0

src/gromacs/mdlib/lincs.cpp

index 193487a3b98da1fffea106c7230e18f483232e6d..760bc6a2121f124e2d6d1084ccb440d6bce4611e 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) 2013,2014,2015,2016,2017,2018, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2016,2017,2018,2019, 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.
@@ -96,7 +96,7 @@ struct AtomPair
     //! \brief Constructor, does not initialize to catch bugs and faster construction
     AtomPair()
     {
-    };
+    }
 
     //! Index of atom 1
     int index1;