From 1cc0b27ba8effec0afcc35555a8bc325b8ed0f65 Mon Sep 17 00:00:00 2001 From: Nick Piggott Date: Tue, 15 Mar 2022 17:05:24 +0000 Subject: Forgot to commit the changes to the Carousel generator --- src/fig/FIGCarousel.cpp | 2 ++ src/fig/FIGCarousel.h | 1 + 2 files changed, 3 insertions(+) (limited to 'src') diff --git a/src/fig/FIGCarousel.cpp b/src/fig/FIGCarousel.cpp index 0d05ef7..4c5c04c 100644 --- a/src/fig/FIGCarousel.cpp +++ b/src/fig/FIGCarousel.cpp @@ -81,6 +81,7 @@ FIGCarousel::FIGCarousel(std::shared_ptr ensemble) : m_fig0_8(&m_rti), m_fig1_0(&m_rti), m_fig0_13(&m_rti), + m_fig0_14(&m_rti), m_fig0_10(&m_rti), m_fig0_9(&m_rti), m_fig1_1(&m_rti), @@ -117,6 +118,7 @@ FIGCarousel::FIGCarousel(std::shared_ptr ensemble) : load_and_allocate(m_fig0_6, FIBAllocation::FIB_ANY); load_and_allocate(m_fig0_8, FIBAllocation::FIB_ANY); load_and_allocate(m_fig0_13, FIBAllocation::FIB_ANY); + load_and_allocate(m_fig0_14, FIBAllocation::FIB_ANY); load_and_allocate(m_fig0_17, FIBAllocation::FIB_ANY); load_and_allocate(m_fig1_0, FIBAllocation::FIB_ANY); diff --git a/src/fig/FIGCarousel.h b/src/fig/FIGCarousel.h index 0d482ae..00b6d18 100644 --- a/src/fig/FIGCarousel.h +++ b/src/fig/FIGCarousel.h @@ -106,6 +106,7 @@ class FIGCarousel { FIG0_8 m_fig0_8; FIG1_0 m_fig1_0; FIG0_13 m_fig0_13; + FIG0_14 m_fig0_14; FIG0_10 m_fig0_10; FIG0_9 m_fig0_9; FIG1_1 m_fig1_1; -- cgit v1.2.3