Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
wvpm committed Feb 11, 2025
1 parent cd2ce0b commit 385b12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/openvic-simulation/pop/Pop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ Pop::Pop(
: nullptr
},
ideology_distribution { &ideology_keys },
issue_distribution {},
vote_distribution { nullptr },
life_needs_fulfilled_goods { },
everyday_needs_fulfilled_goods {},
luxury_needs_fulfilled_goods {} {
vote_distribution { nullptr } {
reserve_needs_fulfilled_goods();
}

Expand Down
2 changes: 1 addition & 1 deletion src/openvic-simulation/pop/PopValuesFromProvince.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace OpenVic {
struct PopValuesFromProvince {
private:
PopsDefines const& PROPERTY(defines);
ProvinceInstance const* PROPERTY_RW(province);
ProvinceInstance const* PROPERTY_RW(province, nullptr);
IndexedMap<Strata, PopStrataValuesFromProvince> PROPERTY(effects_per_strata);
public:
PopValuesFromProvince(
Expand Down

0 comments on commit 385b12a

Please sign in to comment.