[Rcpp-commits] r2273 - papers/rjournal
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Oct 6 18:17:29 CEST 2010
Author: edd
Date: 2010-10-06 18:17:28 +0200 (Wed, 06 Oct 2010)
New Revision: 2273
Modified:
papers/rjournal/EddelbuettelFrancois.tex
Log:
Martyn's catch of missing return
Modified: papers/rjournal/EddelbuettelFrancois.tex
===================================================================
--- papers/rjournal/EddelbuettelFrancois.tex 2010-10-06 15:08:20 UTC (rev 2272)
+++ papers/rjournal/EddelbuettelFrancois.tex 2010-10-06 16:17:28 UTC (rev 2273)
@@ -373,7 +373,7 @@
v.push_back( m1 );
v.push_back( m2 );
- Rcpp::wrap( v );
+ return Rcpp::wrap( v );
\}
\end{example}
More information about the Rcpp-commits
mailing list