Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Apr 8, 2024
1 parent 671ce79 commit 368a2d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/thicknessOf.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ thicknessOf <- function(x,
FUN = function(x, pattern, hzdesgn, ...) grepl(pattern, x[[hzdesgn]]),
na.rm = FALSE,
...) {

.internalTHK <- NULL
.interalHZM <- NULL
.internalHZM <- NULL

if (is.null(hzdesgn) || !hzdesgn %in% horizonNames(x)) {
stop("Horizon designation column (", hzdesgn, ") does not exist.")
Expand Down

0 comments on commit 368a2d7

Please sign in to comment.