mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
add workaround for Guillaume
This commit is contained in:
@@ -21,6 +21,11 @@ std::string contributor_name(const std::string& line)
|
|||||||
return "Mark Borgerding";
|
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
|
// from there on we assume that we have a entry of the form
|
||||||
// either:
|
// either:
|
||||||
// Bla bli Blurp
|
// Bla bli Blurp
|
||||||
|
|||||||
Reference in New Issue
Block a user