Add cool quote
authorMark Abraham <mark.j.abraham@gmail.com>
Sun, 24 Dec 2017 03:21:34 +0000 (14:21 +1100)
committerErik Lindahl <erik.lindahl@gmail.com>
Wed, 3 Jan 2018 15:00:51 +0000 (16:00 +0100)
Change-Id: I8ac6652c895aa85f2237599a17183aaa4f37f19e

src/gromacs/utility/coolstuff.cpp

index 3efb6cc928983fab48a30a17890368e7ce48f0a4..8bcab77147bd0f26f4952f7558aaca0ac80aeb17 100644 (file)
@@ -809,7 +809,8 @@ std::string getCoolQuote()
         { "A computer once beat me at chess, but it was no match for me at kick boxing.", "Emo Philips" },
         { "Home computers are being called upon to perform many new functions, including the consumption of homework formerly eaten by the dog.", "Doug Larson" },
         { "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." }
+        { "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" },
     };
 
     if (beCool())