Fiw some warnings in dox examples

This commit is contained in:
Gael Guennebaud
2018-06-07 16:09:22 +02:00
parent 37348d03ae
commit c25034710e
3 changed files with 7 additions and 3 deletions

View File

@@ -6,4 +6,4 @@ int main()
{
Array4d v(0.5,10,0,-1);
std::cout << v.lgamma() << std::endl;
}
}