[Rcpp-commits] r3500 - pkg/RcppEigen/inst/include/Eigen/src/SparseCore

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Mar 10 21:19:33 CET 2012


Author: dmbates
Date: 2012-03-10 21:19:32 +0100 (Sat, 10 Mar 2012)
New Revision: 3500

Modified:
   pkg/RcppEigen/inst/include/Eigen/src/SparseCore/MappedSparseMatrix.h
Log:
Update to repository version from 2012-03-09


Modified: pkg/RcppEigen/inst/include/Eigen/src/SparseCore/MappedSparseMatrix.h
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/SparseCore/MappedSparseMatrix.h	2012-03-08 22:22:25 UTC (rev 3499)
+++ pkg/RcppEigen/inst/include/Eigen/src/SparseCore/MappedSparseMatrix.h	2012-03-10 20:19:32 UTC (rev 3500)
@@ -46,9 +46,9 @@
 {
   public:
     EIGEN_SPARSE_PUBLIC_INTERFACE(MappedSparseMatrix)
+    enum { IsRowMajor = Base::IsRowMajor };
 
   protected:
-    enum { IsRowMajor = Base::IsRowMajor };
 
     Index   m_outerSize;
     Index   m_innerSize;



More information about the Rcpp-commits mailing list