[Rcpp-commits] r4415 - in pkg/RcppArmadillo: . inst/include/RcppArmadillo

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Aug 2 06:53:30 CEST 2013


Author: edd
Date: 2013-08-02 06:53:29 +0200 (Fri, 02 Aug 2013)
New Revision: 4415

Modified:
   pkg/RcppArmadillo/DESCRIPTION
   pkg/RcppArmadillo/inst/include/RcppArmadillo/Mat_meat.h
Log:
set vec_state to 0 on init as suggested by Conrad


Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION	2013-08-01 14:26:55 UTC (rev 4414)
+++ pkg/RcppArmadillo/DESCRIPTION	2013-08-02 04:53:29 UTC (rev 4415)
@@ -1,7 +1,7 @@
 Package: RcppArmadillo
 Type: Package
 Title: Rcpp integration for Armadillo templated linear algebra library
-Version: 0.3.900.7
+Version: 0.3.900.7.1
 Date: $Date$
 Author: Romain Francois, Dirk Eddelbuettel and Doug Bates
 Maintainer: Dirk Eddelbuettel <edd at debian.org>

Modified: pkg/RcppArmadillo/inst/include/RcppArmadillo/Mat_meat.h
===================================================================
--- pkg/RcppArmadillo/inst/include/RcppArmadillo/Mat_meat.h	2013-08-01 14:26:55 UTC (rev 4414)
+++ pkg/RcppArmadillo/inst/include/RcppArmadillo/Mat_meat.h	2013-08-02 04:53:29 UTC (rev 4415)
@@ -100,7 +100,7 @@
 	: n_rows(0)
 	, n_cols(0)
 	, n_elem(0)
-	, vec_state(1)
+	, vec_state(0)
 	, mem_state(0)
 	, mem(0)
 {



More information about the Rcpp-commits mailing list