[Rcpp-commits] r2556 - pkg/Rcpp/inst/include/Rcpp/stats
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Nov 27 18:37:51 CET 2010
Author: romain
Date: 2010-11-27 18:37:50 +0100 (Sat, 27 Nov 2010)
New Revision: 2556
Modified:
pkg/Rcpp/inst/include/Rcpp/stats/lnorm.h
Log:
remove meanlog parameter (this is a cry for more testing)
Modified: pkg/Rcpp/inst/include/Rcpp/stats/lnorm.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/stats/lnorm.h 2010-11-27 17:27:26 UTC (rev 2555)
+++ pkg/Rcpp/inst/include/Rcpp/stats/lnorm.h 2010-11-27 17:37:50 UTC (rev 2556)
@@ -87,7 +87,7 @@
return R_DT_0;
}
-inline double qlnorm_0(double p, double meanlog, int lower_tail, int log_p){
+inline double qlnorm_0(double p, int lower_tail, int log_p){
#ifdef IEEE_754
if (ISNAN(p) )
return p + 1.0 ;
More information about the Rcpp-commits
mailing list