aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2013-07-02 14:08:12 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2013-07-02 14:08:12 +0100
commit4e458d309c843dbeb91505a2c75f75494512ed47 (patch)
tree33e61c9d0fd681e55a115a26a17df9b22cf4cad5 /doc/snippets
parent419b5cff44a6d2cdd3872a809f9dfdfa283f0dc3 (diff)
Fix some doxygen errors and warnings.
Diffstat (limited to 'doc/snippets')
-rw-r--r--doc/snippets/Cwise_asin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/snippets/Cwise_asin.cpp b/doc/snippets/Cwise_asin.cpp
new file mode 100644
index 000000000..8dad838fd
--- /dev/null
+++ b/doc/snippets/Cwise_asin.cpp
@@ -0,0 +1,2 @@
+Array3d v(0, sqrt(2.)/2, 1);
+cout << v.asin() << endl;