Skip to content

Commit fa4a38a

Browse files
committed
another fat finger typo
1 parent 1705b1e commit fa4a38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/unitTests/cpp/stats.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ List runit_pt(NumericVector xx){
205205
}
206206

207207
// [[Rcpp::export]]
208-
List runit_pnt(cdNumericVector xx){
208+
List runit_pnt(NumericVector xx){
209209
return List::create(_["lowerNoLog"] = pnt( xx, 5, 7 /*true, false*/),
210210
_["lowerLog"] = pnt( xx, 5, 7, true, true),
211211
_["upperNoLog"] = pnt( xx, 5, 7, false /*,false*/),

0 commit comments

Comments
 (0)