From cc6dd55028db3cc5fefe2787b9ebebd58eff0f43 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 22 Jun 2012 16:35:20 +0200 Subject: put the resurected files into the Eigen namespace --- Eigen/src/Core/Product.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Eigen/src/Core/Product.h') diff --git a/Eigen/src/Core/Product.h b/Eigen/src/Core/Product.h index 9bea26886..f7824aa80 100644 --- a/Eigen/src/Core/Product.h +++ b/Eigen/src/Core/Product.h @@ -25,6 +25,8 @@ #ifndef EIGEN_PRODUCT_H #define EIGEN_PRODUCT_H +namespace Eigen { + template class Product; template class ProductImpl; @@ -124,4 +126,6 @@ prod(const Lhs& lhs, const Rhs& rhs) return Product(lhs,rhs); } +} // end namespace Eigen + #endif // EIGEN_PRODUCT_H -- cgit v1.2.3