Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Aug 1, 2024
1 parent 6e54eed commit 2083c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/BuildModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ constructEEIOMatrices <- function(model, configpaths = NULL) {
logging::loginfo("Calculating N matrix (total environmental impacts per dollar)...")
model$N <- model$C %*% model$M
}
if(!is.null(model$M)) {
if(!is.null(model$M_m)) {
logging::loginfo("Calculating N_m matrix (total environmental impacts per dollar from imported activity)...")
model$N_m <- model$C %*% model$M_m
}
Expand Down

0 comments on commit 2083c70

Please sign in to comment.