Skip to content

Commit

Permalink
Drop code for creating an N_m within CalculateNmatrix which would ove…
Browse files Browse the repository at this point in the history
…rwrite the exisitng N_m
  • Loading branch information
WesIngwersen committed Aug 14, 2024
1 parent 30070cb commit c89a468
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/StateEEIOCalculations.R
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,5 @@ calculateNMatrix <- function(model, state) {
mat <- t(as.matrix(mat[match(colnames(model[["D"]]), rownames(mat)),]))
rownames(mat) <- "Greenhouse Gases"
model[["N"]] <- mat
model[["N_m"]] <- model$C %*% model$Q_t
return(model)
}

0 comments on commit c89a468

Please sign in to comment.