aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/EulerAngles.cpp
diff options
context:
space:
mode:
authorGravatar Tal Hadad <tal_hd@hotmail.com>2015-09-27 16:51:24 +0300
committerGravatar Tal Hadad <tal_hd@hotmail.com>2015-09-27 16:51:24 +0300
commit5e0a178df2b70829e990e84602fd70f92131484f (patch)
tree3c58a10e365355a70c52ca442343cb3af86e74f1 /unsupported/test/EulerAngles.cpp
parentd16797cfc06b93d30bee0b698e90ddfe5cb456fe (diff)
Initial fork of unsupported module EulerAngles.
Diffstat (limited to 'unsupported/test/EulerAngles.cpp')
-rw-r--r--unsupported/test/EulerAngles.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/unsupported/test/EulerAngles.cpp b/unsupported/test/EulerAngles.cpp
new file mode 100644
index 000000000..d03db1ac3
--- /dev/null
+++ b/unsupported/test/EulerAngles.cpp
@@ -0,0 +1,18 @@
+// This file is part of Eigen, a lightweight C++ template library
+// for linear algebra.
+//
+// Copyright (C) 2015 Tal Hadad <tal_hd@hotmail.com>
+//
+// This Source Code Form is subject to the terms of the Mozilla
+// Public License v. 2.0. If a copy of the MPL was not distributed
+// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+#include "main.h"
+
+#include <unsupported/Eigen/EulerAngles>
+
+void test_EulerAngles()
+{
+ //CALL_SUBTEST( test_return_by_value(32) );
+
+}