Skip to content

Commit

Permalink
do not export calculateHouseholdEmissions
Browse files Browse the repository at this point in the history
  • Loading branch information
WesIngwersen committed Aug 6, 2024
1 parent e92d242 commit ee7f08d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/CalculationFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ calculateMarginSectorImpacts <- function(model) {
#' @param location, str optional location code for demand vector, required for two-region models
#' @param characterized, bool, TRUE to characterize using C matrix, FALSE to show LCI
#' @return A result vector with rows for final demand sector(s)
#' @export
calculateHouseholdEmissions <- function(model, f, location, characterized=FALSE) {
if(!"B_h" %in% names(model)) {
logging::logwarn("Household emissions not found in this model")
Expand Down

0 comments on commit ee7f08d

Please sign in to comment.