[Rcpp-commits] r3039 - pkg/Rcpp/inst/include/Rcpp/stats/random

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon May 30 01:32:56 CEST 2011


Author: edd
Date: 2011-05-30 01:32:55 +0200 (Mon, 30 May 2011)
New Revision: 3039

Modified:
   pkg/Rcpp/inst/include/Rcpp/stats/random/rlnorm.h
   pkg/Rcpp/inst/include/Rcpp/stats/random/rnorm.h
Log:
make the header guard string match the file name as for all the files here


Modified: pkg/Rcpp/inst/include/Rcpp/stats/random/rlnorm.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/stats/random/rlnorm.h	2011-05-29 23:22:36 UTC (rev 3038)
+++ pkg/Rcpp/inst/include/Rcpp/stats/random/rlnorm.h	2011-05-29 23:32:55 UTC (rev 3039)
@@ -19,8 +19,8 @@
 // You should have received a copy of the GNU General Public License
 // along with Rcpp.  If not, see <http://www.gnu.org/licenses/>.
 
-#ifndef Rcpp__stats__random_lnorm_h
-#define Rcpp__stats__random_lnorm_h
+#ifndef Rcpp__stats__random_rlnorm_h
+#define Rcpp__stats__random_rlnorm_h
 
 namespace Rcpp {
 	namespace stats {

Modified: pkg/Rcpp/inst/include/Rcpp/stats/random/rnorm.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/stats/random/rnorm.h	2011-05-29 23:22:36 UTC (rev 3038)
+++ pkg/Rcpp/inst/include/Rcpp/stats/random/rnorm.h	2011-05-29 23:32:55 UTC (rev 3039)
@@ -19,8 +19,8 @@
 // You should have received a copy of the GNU General Public License
 // along with Rcpp.  If not, see <http://www.gnu.org/licenses/>.
 
-#ifndef Rcpp__stats__random_norm_h
-#define Rcpp__stats__random_norm_h
+#ifndef Rcpp__stats__random_rnorm_h
+#define Rcpp__stats__random_rnorm_h
 
 namespace Rcpp {
 	namespace stats {



More information about the Rcpp-commits mailing list