From 5e0a178df2b70829e990e84602fd70f92131484f Mon Sep 17 00:00:00 2001 From: Tal Hadad Date: Sun, 27 Sep 2015 16:51:24 +0300 Subject: Initial fork of unsupported module EulerAngles. --- unsupported/test/EulerAngles.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 unsupported/test/EulerAngles.cpp (limited to 'unsupported/test/EulerAngles.cpp') 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 +// +// 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 + +void test_EulerAngles() +{ + //CALL_SUBTEST( test_return_by_value(32) ); + +} -- cgit v1.2.3