Skip to content

Commit d5d3561

Browse files
committed
drop triple colon
1 parent 314b234 commit d5d3561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/CalculationFunctions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,6 @@ calculateGhoshB <- function(model, use_domestic_requirements = FALSE) {
726726
#' @param GhoshB Ghosh matrix B
727727
#' @return G, Ghosh matrix G
728728
calculateGhoshG <- function(GhoshB) {
729-
G <- useeior:::calculateLeontiefInverse(GhoshB)
729+
G <- calculateLeontiefInverse(GhoshB)
730730
return(G)
731731
}

0 commit comments

Comments
 (0)