aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/examples/Cwise_lgamma.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2018-06-07 16:09:22 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2018-06-07 16:09:22 +0200
commitc25034710ede8eb7e177e8a7426817b6a29e5440 (patch)
tree2efc3b98b4ef44807634d4585dbf99c6d9addd39 /doc/examples/Cwise_lgamma.cpp
parent37348d03aee064e66c5969fb3f08080397d6a9c2 (diff)
Fiw some warnings in dox examples
Diffstat (limited to 'doc/examples/Cwise_lgamma.cpp')
-rw-r--r--doc/examples/Cwise_lgamma.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/Cwise_lgamma.cpp b/doc/examples/Cwise_lgamma.cpp
index f1c4f503e..6bfaccbce 100644
--- a/doc/examples/Cwise_lgamma.cpp
+++ b/doc/examples/Cwise_lgamma.cpp
@@ -6,4 +6,4 @@ int main()
{
Array4d v(0.5,10,0,-1);
std::cout << v.lgamma() << std::endl;
-} \ No newline at end of file
+}