From 8787cff74706cea8bbadab0a494fe35b57505b19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Szil=C3=A1rd=20P=C3=A1ll?= Date: Wed, 2 Jan 2019 19:34:28 +0100 Subject: [PATCH] Fix clang 6 warning Change-Id: If90d02a5eb93abf2b687f5449f4201138da17ab0 --- src/gromacs/mdlib/lincs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gromacs/mdlib/lincs.cpp b/src/gromacs/mdlib/lincs.cpp index 193487a3b9..760bc6a212 100644 --- a/src/gromacs/mdlib/lincs.cpp +++ b/src/gromacs/mdlib/lincs.cpp @@ -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; -- 2.22.0