Skip to content

Commit 83b81c8

Browse files
committed
make the header guard string match the file name as for all the files here
1 parent 0ab20d9 commit 83b81c8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

inst/include/Rcpp/stats/random/rlnorm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
// You should have received a copy of the GNU General Public License
2020
// along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
2121

22-
#ifndef Rcpp__stats__random_lnorm_h
23-
#define Rcpp__stats__random_lnorm_h
22+
#ifndef Rcpp__stats__random_rlnorm_h
23+
#define Rcpp__stats__random_rlnorm_h
2424

2525
namespace Rcpp {
2626
namespace stats {

inst/include/Rcpp/stats/random/rnorm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
// You should have received a copy of the GNU General Public License
2020
// along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
2121

22-
#ifndef Rcpp__stats__random_norm_h
23-
#define Rcpp__stats__random_norm_h
22+
#ifndef Rcpp__stats__random_rnorm_h
23+
#define Rcpp__stats__random_rnorm_h
2424

2525
namespace Rcpp {
2626
namespace stats {

0 commit comments

Comments
 (0)