From: Szilárd Páll Date: Wed, 2 Jan 2019 18:34:28 +0000 (+0100) Subject: Fix clang 6 warning X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=8787cff74706cea8bbadab0a494fe35b57505b19;p=alexxy%2Fgromacs.git Fix clang 6 warning Change-Id: If90d02a5eb93abf2b687f5449f4201138da17ab0 --- 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;