aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/splines.cpp
diff options
context:
space:
mode:
authorGravatar Jeff <complexzeros@gmail.com>2014-06-23 20:24:31 -0600
committerGravatar Jeff <complexzeros@gmail.com>2014-06-23 20:24:31 -0600
commitf9496d341f2910cc8d43567c8af01f4bb8ca18a4 (patch)
treef7ba53119871ee84fbf6f4ba5bad1eb556ec13f8 /unsupported/test/splines.cpp
parente86adc87e96ddee689b70560ad3698ecb774408c (diff)
parente745a450deb7ff4b7433d1e86e0779b6aece0c46 (diff)
Merged.
Diffstat (limited to 'unsupported/test/splines.cpp')
-rw-r--r--unsupported/test/splines.cpp34
1 files changed, 17 insertions, 17 deletions
diff --git a/unsupported/test/splines.cpp b/unsupported/test/splines.cpp
index 755a21ece..ece23953a 100644
--- a/unsupported/test/splines.cpp
+++ b/unsupported/test/splines.cpp
@@ -13,23 +13,23 @@
namespace Eigen {
-// lets do some explicit instantiations and thus
-// force the compilation of all spline functions...
-template class Spline<double, 2, Dynamic>;
-template class Spline<double, 3, Dynamic>;
-
-template class Spline<double, 2, 2>;
-template class Spline<double, 2, 3>;
-template class Spline<double, 2, 4>;
-template class Spline<double, 2, 5>;
-
-template class Spline<float, 2, Dynamic>;
-template class Spline<float, 3, Dynamic>;
-
-template class Spline<float, 3, 2>;
-template class Spline<float, 3, 3>;
-template class Spline<float, 3, 4>;
-template class Spline<float, 3, 5>;
+ // lets do some explicit instantiations and thus
+ // force the compilation of all spline functions...
+ template class Spline<double, 2, Dynamic>;
+ template class Spline<double, 3, Dynamic>;
+
+ template class Spline<double, 2, 2>;
+ template class Spline<double, 2, 3>;
+ template class Spline<double, 2, 4>;
+ template class Spline<double, 2, 5>;
+
+ template class Spline<float, 2, Dynamic>;
+ template class Spline<float, 3, Dynamic>;
+
+ template class Spline<float, 3, 2>;
+ template class Spline<float, 3, 3>;
+ template class Spline<float, 3, 4>;
+ template class Spline<float, 3, 5>;
}