Fix compilation.

(grafted from f8a55cc062a3cba8230e621e0d5e855418a2d5e9
)
This commit is contained in:
Gael Guennebaud 2017-02-18 10:08:13 +01:00
parent ad3e4d1a49
commit f9d655a8c8

View File

@ -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;
}