[Rcpp-commits] r3137 - pkg/RcppEigen/inst/include

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jul 13 12:36:16 CEST 2011


Author: romain
Date: 2011-07-13 12:36:16 +0200 (Wed, 13 Jul 2011)
New Revision: 3137

Modified:
   pkg/RcppEigen/inst/include/RcppEigenWrap.h
Log:
comment non generic implementations

Modified: pkg/RcppEigen/inst/include/RcppEigenWrap.h
===================================================================
--- pkg/RcppEigen/inst/include/RcppEigenWrap.h	2011-07-13 10:24:32 UTC (rev 3136)
+++ pkg/RcppEigen/inst/include/RcppEigenWrap.h	2011-07-13 10:36:16 UTC (rev 3137)
@@ -57,7 +57,6 @@
         // so the first thing we need to do is to find out so that we don't evaluate if we don't need to
         template <typename T>
         inline SEXP eigen_wrap( const T& obj ){
-            Rprintf( "eigen wrap\n" ) ;
             return eigen_wrap_is_plain( obj, 
                 typename is_plain<T>::type() 
                 ) ;



More information about the Rcpp-commits mailing list