[Rcpp-commits] r2598 - pkg/RcppGSL

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Nov 29 18:20:52 CET 2010


Author: edd
Date: 2010-11-29 18:20:52 +0100 (Mon, 29 Nov 2010)
New Revision: 2598

Modified:
   pkg/RcppGSL/ChangeLog
Log:
remove entry about public .vector and .matrix member variables


Modified: pkg/RcppGSL/ChangeLog
===================================================================
--- pkg/RcppGSL/ChangeLog	2010-11-29 17:07:44 UTC (rev 2597)
+++ pkg/RcppGSL/ChangeLog	2010-11-29 17:20:52 UTC (rev 2598)
@@ -1,16 +1,10 @@
 2010-11-29  Romain Francois <romain at r-enthusiasts.com>
 
-	* inst/include/RcppGSLForward.h: vector_view<T> now exposes a conversion 
-	operator to implicitely convert it to the associated gsl_vector_foo * type. 
+	* inst/include/RcppGSLForward.h: vector_view<T> now exposes a conversion
+	operator to implicitely convert it to the associated gsl_vector_foo * type.
 	Similarly matrix_view<T> expose a conversion operator to the associated
-	gsl matrix pointer 
+	gsl matrix pointer.
 
-2010-11-28  Romain Francois <romain at r-enthusiasts.com>
-
-	* inst/include/RcppGSLForward.h: vector_view<T> now exposes a public data
-	member of class vector<T> called vector. Similarly, matrix_view<T> exposes
-	a public data member of type matrix<T> called matrix.
-
 2010-11-28  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/examples/RcppGSLExample/: Started as a means to provide a



More information about the Rcpp-commits mailing list