From 81627cd565ab3a930e95dfaa8e71df68ad8b2196 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Thu, 29 Aug 2019 07:17:52 +0200 Subject: [PATCH] More quotes Change-Id: Ia4f11f76be7871ee304167c78366ef2602533b5f --- src/gromacs/utility/coolstuff.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gromacs/utility/coolstuff.cpp b/src/gromacs/utility/coolstuff.cpp index 743fc2e92d..d9fdda509f 100644 --- a/src/gromacs/utility/coolstuff.cpp +++ b/src/gromacs/utility/coolstuff.cpp @@ -942,6 +942,8 @@ std::string getCoolQuote() { "Don’t bring an anecdote to a data fight.", "Molly Hodgdon" }, { "Give someone a program, you frustrate them for a day; teach them how to program, you frustrate them for a lifetime.", "David Leinweber" }, { "Or (horrors!) use Berendsen!", "Justin Lemkul" }, + { "The absence of real intelligence doesn't prove you're using AI", "Magnus Lundborg" }, + { "People who do QM/MM must be rather patient and enjoy quality over speed", "Kresten Lindorff-Larsen" }, }; if (beCool()) -- 2.11.4.GIT