Skip to content

Commit

Permalink
Unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Mar 27, 2023
1 parent fd48bf1 commit 063461d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion logic/chimereoutputbuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ void ChimereOutputBuilder::add_point_output_entry(const EmissionEntry& emission)
std::scoped_lock lock(_mutex);
_pointSources.push_back(entry);
} else {
const auto polIndex = _pollutantIndexes.at(id.pollutant);
const auto countryCode = _countryMapping.at(id.country.id());
const auto cell = coordinate_to_chimere_cell(emission.coordinate().value());
const auto sectorName = _cfg.sectors().map_nfr_to_output_name(emission.id().sector.nfr_sector());
Expand Down
1 change: 0 additions & 1 deletion logic/outputbuilderfactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ std::unordered_map<std::string, VlopsOutputBuilder::PollutantParameterConfig> pa

std::unique_ptr<IOutputBuilder> make_output_builder(const RunConfiguration& cfg)
{
auto modelGrid = cfg.model_grid();
const auto sectorParametersPath = cfg.data_root() / "05_model_parameters" / "sector_parameters.xlsx";
auto sectorParams = parse_sector_parameters_config(sectorParametersPath, cfg.output_sector_level(), cfg.pollutants(), cfg.output_sector_level_name());

Expand Down

0 comments on commit 063461d

Please sign in to comment.