From c4dacabcc83515e24c762feaae3cb1ffc62a4bbd Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sat, 14 Nov 2009 22:04:55 -0500 Subject: add workaround for Guillaume --- scripts/eigen_gen_credits.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') diff --git a/scripts/eigen_gen_credits.cpp b/scripts/eigen_gen_credits.cpp index d7a625d47..f2e81631d 100644 --- a/scripts/eigen_gen_credits.cpp +++ b/scripts/eigen_gen_credits.cpp @@ -21,6 +21,11 @@ std::string contributor_name(const std::string& line) return "Mark Borgerding"; } + if(line.find("kayhman@contact.intra.cea.fr") != string::npos) + { + return "Guillaume Saupin"; + } + // from there on we assume that we have a entry of the form // either: // Bla bli Blurp -- cgit v1.2.3