From f8b5402727b7e94aecbfb663a601577f97bae5b9 Mon Sep 17 00:00:00 2001 From: Samuel Hunt Date: Tue, 30 Dec 2025 20:39:49 +0000 Subject: Added FIG0/20 --- src/fig/FIGCarousel.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fig/FIGCarousel.cpp') diff --git a/src/fig/FIGCarousel.cpp b/src/fig/FIGCarousel.cpp index 4c5c04c..3d627c9 100644 --- a/src/fig/FIGCarousel.cpp +++ b/src/fig/FIGCarousel.cpp @@ -89,6 +89,7 @@ FIGCarousel::FIGCarousel(std::shared_ptr ensemble) : m_fig1_5(&m_rti), m_fig0_18(&m_rti), m_fig0_19(&m_rti), + m_fig0_20(&m_rti), m_fig0_21(&m_rti), m_fig0_24(&m_rti), m_fig2_0(&m_rti), @@ -130,6 +131,7 @@ FIGCarousel::FIGCarousel(std::shared_ptr ensemble) : load_and_allocate(m_fig1_5, FIBAllocation::FIB_ANY); load_and_allocate(m_fig0_18, FIBAllocation::FIB_ANY); load_and_allocate(m_fig0_19, FIBAllocation::FIB_ANY); + load_and_allocate(m_fig0_20, FIBAllocation::FIB_ANY); load_and_allocate(m_fig0_21, FIBAllocation::FIB_ANY); load_and_allocate(m_fig0_24, FIBAllocation::FIB_ANY); -- cgit v1.2.3