From eb5f9f6643e0729d35f705c8a7b7b46cb5874a6a Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Sat, 30 May 2026 23:07:06 +0200 Subject: Adds v1 population charts --- arch/dummy/arch_plots.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'arch/dummy') diff --git a/arch/dummy/arch_plots.cpp b/arch/dummy/arch_plots.cpp index 3631339..15d6a7b 100644 --- a/arch/dummy/arch_plots.cpp +++ b/arch/dummy/arch_plots.cpp @@ -1,2 +1,3 @@ -std::array g_arch_traces; -std::array g_arch_plots; +std::vector> g_arch_traces = {}; +std::vector g_arch_plots = {}; +std::vector g_arch_plots_stacked = {}; -- cgit v1.2.1