From 9f989798b3d44e6bdada80323447b24fcfa5ff46 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Wed, 31 May 2017 15:15:28 +0200 Subject: [PATCH] New quote Change-Id: I66252b4543212758c5b283d60049ec594862bfe9 --- src/gromacs/utility/coolstuff.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gromacs/utility/coolstuff.cpp b/src/gromacs/utility/coolstuff.cpp index 2342b0b076..ddd9426b74 100644 --- a/src/gromacs/utility/coolstuff.cpp +++ b/src/gromacs/utility/coolstuff.cpp @@ -750,6 +750,7 @@ std::string getCoolQuote() { "Performance and power are great targets for tuning, but really you want to tune for money!", "Erik Lindahl" }, { "Here are all the 'gmx' tools... but no gmx writethesis", "Christian Blau" }, { "The best part of winter in Stockholm is going to Australia", "Mark Abraham" }, + { "If you don't know what you're doing, use a (M)BAR-based method", "Erik Lindahl" }, }; if (beCool()) -- 2.11.4.GIT