From 8b1f027a59e8037de4dd5613044a927c96049c9c Mon Sep 17 00:00:00 2001 From: Dirk Vanden Boer Date: Wed, 22 Feb 2023 16:20:31 +0100 Subject: [PATCH] vcpkg update --- deps/vcpkg | 2 +- logic/chimereoutputbuilder.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deps/vcpkg b/deps/vcpkg index 396c03c..61051b0 160000 --- a/deps/vcpkg +++ b/deps/vcpkg @@ -1 +1 @@ -Subproject commit 396c03cc4b347d87566502a80e393bf3e5d00afa +Subproject commit 61051b06d6f4fd696474246501fdafcb9999a769 diff --git a/logic/chimereoutputbuilder.cpp b/logic/chimereoutputbuilder.cpp index c54c305..07063ca 100644 --- a/logic/chimereoutputbuilder.cpp +++ b/logic/chimereoutputbuilder.cpp @@ -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);