aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-08-06 10:35:13 +0200
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-08-06 10:35:13 +0200
commit0744638b6f27d930393d190145512afcd5c50832 (patch)
tree0e29d188e34fda93c30f457c88616b950f1bed2e /Eigen
parent84a7659bef00a5865df6f681024f8fa5b881456c (diff)
remove remnant of MultiplierBase
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/src/Sparse/SparseMatrixBase.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Eigen/src/Sparse/SparseMatrixBase.h b/Eigen/src/Sparse/SparseMatrixBase.h
index 1af452251..8659fe475 100644
--- a/Eigen/src/Sparse/SparseMatrixBase.h
+++ b/Eigen/src/Sparse/SparseMatrixBase.h
@@ -37,9 +37,6 @@
*
*/
template<typename Derived> class SparseMatrixBase
-#ifndef EIGEN_PARSED_BY_DOXYGEN
- : public MultiplierBase<Derived>
-#endif // not EIGEN_PARSED_BY_DOXYGEN
{
public: