Fix some doxygen errors and warnings.

This commit is contained in:
Jitse Niesen
2013-07-02 14:08:12 +01:00
parent 419b5cff44
commit 4e458d309c
5 changed files with 14 additions and 10 deletions

View File

@@ -0,0 +1,2 @@
Array3d v(0, sqrt(2.)/2, 1);
cout << v.asin() << endl;