[Rcpp-commits] r3371 - pkg/RcppArmadillo/inst/include
    noreply at r-forge.r-project.org 
    noreply at r-forge.r-project.org
       
    Wed Nov 16 12:33:43 CET 2011
    
    
  
Author: romain
Date: 2011-11-16 12:33:42 +0100 (Wed, 16 Nov 2011)
New Revision: 3371
Modified:
   pkg/RcppArmadillo/inst/include/RcppArmadilloForward.h
   pkg/RcppArmadillo/inst/include/RcppArmadilloWrap.h
Log:
oooops
Modified: pkg/RcppArmadillo/inst/include/RcppArmadilloForward.h
===================================================================
--- pkg/RcppArmadillo/inst/include/RcppArmadilloForward.h	2011-11-16 11:26:57 UTC (rev 3370)
+++ pkg/RcppArmadillo/inst/include/RcppArmadilloForward.h	2011-11-16 11:33:42 UTC (rev 3371)
@@ -78,7 +78,7 @@
     SEXP wrap( const arma::Gen<eT,gen_type>& X) ;
     
     template<typename eT, typename gen_type>
-    SEXP wrap( const arma::GenCub<eT,gen_type>& X) ;
+    SEXP wrap( const arma::GenCube<eT,gen_type>& X) ;
     
     namespace traits {
 
Modified: pkg/RcppArmadillo/inst/include/RcppArmadilloWrap.h
===================================================================
--- pkg/RcppArmadillo/inst/include/RcppArmadilloWrap.h	2011-11-16 11:26:57 UTC (rev 3370)
+++ pkg/RcppArmadillo/inst/include/RcppArmadilloWrap.h	2011-11-16 11:33:42 UTC (rev 3371)
@@ -99,8 +99,8 @@
     }
     
     template<typename eT, typename gen_type>
-    SEXP wrap(const GenCube<eT,gen_type>& X){
-        return wrap( Cube<eT>( X ) ) ;   
+    SEXP wrap(const arma::GenCube<eT,gen_type>& X){
+        return wrap( arma::Cube<eT>( X ) ) ;   
     }
     
     namespace RcppArmadillo{
    
    
More information about the Rcpp-commits
mailing list