From 837dfc73574f0328a0987f3f7b96641d39317369 Mon Sep 17 00:00:00 2001 From: wvpm <24685035+wvpm@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:37:44 +0200 Subject: Reduce pop size to int32 --- src/openvic-simulation/pop/Pop.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/openvic-simulation/pop/Pop.hpp') diff --git a/src/openvic-simulation/pop/Pop.hpp b/src/openvic-simulation/pop/Pop.hpp index e8cab42..59a7794 100644 --- a/src/openvic-simulation/pop/Pop.hpp +++ b/src/openvic-simulation/pop/Pop.hpp @@ -32,7 +32,7 @@ namespace OpenVic { struct PopBase { friend struct PopManager; - using pop_size_t = int64_t; + using pop_size_t = int32_t; protected: PopType const& PROPERTY_ACCESS(type, protected); -- cgit v1.2.3-56-ga3b1