[Rcpp-commits] r2560 - pkg/RcppGSL/inst/include/macros
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Nov 27 19:16:13 CET 2010
Author: romain
Date: 2010-11-27 19:16:12 +0100 (Sat, 27 Nov 2010)
New Revision: 2560
Modified:
pkg/RcppGSL/inst/include/macros/RCPPGSL_SPEC.h
Log:
oops
Modified: pkg/RcppGSL/inst/include/macros/RCPPGSL_SPEC.h
===================================================================
--- pkg/RcppGSL/inst/include/macros/RCPPGSL_SPEC.h 2010-11-27 18:14:05 UTC (rev 2559)
+++ pkg/RcppGSL/inst/include/macros/RCPPGSL_SPEC.h 2010-11-27 18:16:12 UTC (rev 2560)
@@ -143,7 +143,7 @@
public: \
typedef __T__ type ; \
typedef __T__* pointer ; \
- typedef gsl_vector##__SUFFIX__ gsltype ; \
+ typedef gsl_vector gsltype ; \
gsltype* data ; \
class Proxy { \
public: \
@@ -194,7 +194,7 @@
public: \
typedef __T__ type ; \
typedef __T__* pointer ; \
- typedef gsl_matrix##__SUFFIX__ gsltype ; \
+ typedef gsl_matrix gsltype ; \
gsltype* data ; \
const static int RTYPE = ::Rcpp::traits::r_sexptype_traits<type>::rtype ; \
class Proxy { \
More information about the Rcpp-commits
mailing list