[Rcpp-commits] r4596 - pkg/Rcpp/inst/unitTests/cpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Nov 22 20:08:36 CET 2013
Author: edd
Date: 2013-11-22 20:08:36 +0100 (Fri, 22 Nov 2013)
New Revision: 4596
Modified:
pkg/Rcpp/inst/unitTests/cpp/stats.cpp
Log:
fat-finger typo
Modified: pkg/Rcpp/inst/unitTests/cpp/stats.cpp
===================================================================
--- pkg/Rcpp/inst/unitTests/cpp/stats.cpp 2013-11-22 17:57:29 UTC (rev 4595)
+++ pkg/Rcpp/inst/unitTests/cpp/stats.cpp 2013-11-22 19:08:36 UTC (rev 4596)
@@ -205,7 +205,7 @@
}
// [[Rcpp::export]]
-List runit_pnt(cdNumericVector xx){
+List runit_pnt(NumericVector xx){
return List::create(_["lowerNoLog"] = pnt( xx, 5, 7 /*true, false*/),
_["lowerLog"] = pnt( xx, 5, 7, true, true),
_["upperNoLog"] = pnt( xx, 5, 7, false /*,false*/),
More information about the Rcpp-commits
mailing list