From e3efa2ecb756f257c8d44147ae30c7de6d9c05d5 Mon Sep 17 00:00:00 2001 From: Artem Zhmurov Date: Mon, 15 Mar 2021 10:16:45 +0000 Subject: [PATCH] Add a cool quote from Elvis Presley's song --- src/gromacs/utility/coolstuff.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gromacs/utility/coolstuff.cpp b/src/gromacs/utility/coolstuff.cpp index 6dd122ea86..b6404e5f62 100644 --- a/src/gromacs/utility/coolstuff.cpp +++ b/src/gromacs/utility/coolstuff.cpp @@ -1,7 +1,7 @@ /* * This file is part of the GROMACS molecular simulation package. * - * Copyright (c) 2015,2016,2017,2018,2019,2020, by the GROMACS development team, led by + * Copyright (c) 2015,2016,2017,2018,2019,2020,2021, 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. @@ -1579,7 +1579,8 @@ std::string getCoolQuote() "attempted.", "Anonymous" }, { "If my PhD doesn't allow me to be right on the internet, what is it even good for?", - "Martin Vögele" } + "Martin Vögele" }, + { "A little less conversation, a little more action, please.", "Elvis Presley" } }; if (beCool()) -- 2.22.0