[Rcpp-commits] r2037 - pkg/RcppArmadillo/inst/unitTests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 17 12:29:47 CEST 2010


Author: romain
Date: 2010-08-17 12:29:47 +0200 (Tue, 17 Aug 2010)
New Revision: 2037

Modified:
   pkg/RcppArmadillo/inst/unitTests/runit.RcppArmadillo.R
Log:
minor formatting

Modified: pkg/RcppArmadillo/inst/unitTests/runit.RcppArmadillo.R
===================================================================
--- pkg/RcppArmadillo/inst/unitTests/runit.RcppArmadillo.R	2010-08-17 10:15:41 UTC (rev 2036)
+++ pkg/RcppArmadillo/inst/unitTests/runit.RcppArmadillo.R	2010-08-17 10:29:47 UTC (rev 2037)
@@ -244,7 +244,6 @@
 	fx <- cxxfunction( signature(x= "numeric") , '
 	NumericVector xx(x) ;
 	arma::mat m = forward( xx + xx ) ; 
-	
     return wrap( m ) ;
     
 	', plugin = "RcppArmadillo" )



More information about the Rcpp-commits mailing list