From 409e82be06bd6e0e3772f57cc3cc19c35743d09c Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 28 Aug 2008 23:25:27 +0000 Subject: doc and use sed to clean the class hierarchy instead of preprocessor directives. --- Eigen/src/Core/CwiseUnaryOp.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Eigen/src/Core/CwiseUnaryOp.h') diff --git a/Eigen/src/Core/CwiseUnaryOp.h b/Eigen/src/Core/CwiseUnaryOp.h index a6577a31e..a50a9c30d 100644 --- a/Eigen/src/Core/CwiseUnaryOp.h +++ b/Eigen/src/Core/CwiseUnaryOp.h @@ -63,11 +63,7 @@ struct ei_traits > template class CwiseUnaryOp : ei_no_assignment_operator, -#ifndef EIGEN_PARSED_BY_DOXYGEN public MatrixBase > -#else - public MatrixBase -#endif { public: -- cgit v1.2.3