Fiw some warnings in dox examples

(grafted from c25034710e
)
This commit is contained in:
Gael Guennebaud
2018-06-07 16:09:22 +02:00
parent 523e442a7b
commit 36a1cd87d9
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;
}
}