aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Transpose.h
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-04-23 11:36:22 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-04-23 11:36:22 -0400
commita16ba80bfa492f68cc699979ccda63519d782421 (patch)
treef8d792401539e56e776d67904bc57104742efc41 /Eigen/src/Core/Transpose.h
parent58e7297859f4a454218e94d346e4839961d30409 (diff)
* remove ei_block_direct_access_status
* remove HasDirectAccess / NoDirectAccess constants
Diffstat (limited to 'Eigen/src/Core/Transpose.h')
-rw-r--r--Eigen/src/Core/Transpose.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/Transpose.h b/Eigen/src/Core/Transpose.h
index c786b1b64..6cb86426a 100644
--- a/Eigen/src/Core/Transpose.h
+++ b/Eigen/src/Core/Transpose.h
@@ -87,7 +87,7 @@ template<typename MatrixType> class Transpose
const typename MatrixType::Nested m_matrix;
};
-template<typename MatrixType, bool _HasDirectAccess = ei_has_direct_access<MatrixType>::ret>
+template<typename MatrixType, bool HasDirectAccess = ei_has_direct_access<MatrixType>::ret>
struct ei_TransposeImpl_base
{
typedef typename ei_dense_xpr_base<Transpose<MatrixType> >::type type;