aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-02-18 10:08:13 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-02-18 10:08:13 +0100
commitf8a55cc062a3cba8230e621e0d5e855418a2d5e9 (patch)
treecb4b68ad989c5f46695230bb55d30694e6310091 /unsupported
parentcbbf88c4d7bf5c7c74658ae3294e3880106b83b0 (diff)
Fix compilation.
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h b/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h
index f8121d17b..dcd95de91 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h
@@ -126,7 +126,7 @@ class TensorStorage<T, DSizes<IndexType, NumIndices_>, Options_>
}
else
m_data = 0;
- EIGEN_INTERNAL_DENSE_STORAGE_CTOR_PLUGIN
+ EIGEN_INTERNAL_DENSE_STORAGE_CTOR_PLUGIN()
}
m_dimensions = nbDimensions;
}