mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-22 22:33:15 +08:00
add workaround for Guillaume
This commit is contained in:
parent
6680fa42ee
commit
c4dacabcc8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user