From 02a16fd582e5aa82ddb070c02bf3d7a269685e27 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 7 Aug 2015 15:06:25 +0200 Subject: Add FIG1/1 --- src/fig/FIGCarousel.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/fig/FIGCarousel.cpp') diff --git a/src/fig/FIGCarousel.cpp b/src/fig/FIGCarousel.cpp index 871470f..6dfc1aa 100644 --- a/src/fig/FIGCarousel.cpp +++ b/src/fig/FIGCarousel.cpp @@ -64,7 +64,8 @@ FIGCarousel::FIGCarousel(boost::shared_ptr ensemble) : m_fig1_0(&m_rti), m_fig0_13(&m_rti), m_fig0_10(&m_rti), - m_fig0_9(&m_rti) + m_fig0_9(&m_rti), + m_fig1_1(&m_rti) { load_and_allocate(m_fig0_0, 0); load_and_allocate(m_fig0_1, 0); @@ -77,6 +78,8 @@ FIGCarousel::FIGCarousel(boost::shared_ptr ensemble) : load_and_allocate(m_fig0_13, 1); load_and_allocate(m_fig0_10, 1); load_and_allocate(m_fig0_9, 1); + + load_and_allocate(m_fig1_1, 2); } void FIGCarousel::load_and_allocate(IFIG& fig, int fib) -- cgit v1.2.3