From 934c88b7c76874ec207eff0469f0068d752824f9 Mon Sep 17 00:00:00 2001 From: Viveca Lindahl Date: Thu, 22 Mar 2018 10:36:31 +0100 Subject: [PATCH] Added cool quote. Change-Id: I89d86d788f45f0d9124f5d00133709de83a73f38 --- 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 304351d491..e440f2759f 100644 --- a/src/gromacs/utility/coolstuff.cpp +++ b/src/gromacs/utility/coolstuff.cpp @@ -811,6 +811,7 @@ std::string getCoolQuote() { "Forcefields are like dating; things go fine for a while and then sometimes it goes really bad.", "Alex MacKerell" }, { "This type of advanced sampling techniques... which are not so advanced, really.", "Viveca Lindahl, on AWH, at her thesis defense." }, { "C++ is tricky. You can do everything. You can even make every mistake.", "Nicolai Josuttis, CppCon2017" }, + { "Why would the backup server database get corrupted anyway?", "Stefan Fleischmann -- system administrator, physicist, optimist." }, }; if (beCool()) -- 2.11.4.GIT