Skip to content

Commit

Permalink
vcpkg update
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Feb 22, 2023
1 parent ca83865 commit 8b1f027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/vcpkg
1 change: 1 addition & 0 deletions logic/chimereoutputbuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ void ChimereOutputBuilder::flush_pollutant(const Pollutant& pol, WriteMode /*mod
write_dat_header(_cfg.output_path() / "output_Chimere_header.dat", sectorNames);

if (!_cfg.output_point_sources_separately()) {
// Point sources should be included in the regular output, add them to the diffuse sources
for (auto& ps : _pointSources) {
auto polIndex = _pollutantIndexes.at(pol);
_diffuseSources[pol][ps.countryCode][ps.cell][ps.sectorName] += ps.emissions.at(polIndex);
Expand Down

0 comments on commit 8b1f027

Please sign in to comment.