From b6b840f6072e950f2ded719ae51badfba7566fa8 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 6 Oct 2025 17:21:13 +0200 Subject: Add frequency_information hot-reload --- src/fig/FIG0_6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fig/FIG0_6.cpp') diff --git a/src/fig/FIG0_6.cpp b/src/fig/FIG0_6.cpp index 61d950d..e9e6220 100644 --- a/src/fig/FIG0_6.cpp +++ b/src/fig/FIG0_6.cpp @@ -256,7 +256,7 @@ void FIG0_6::update() // TODO check if AMSS and DRM have to be put into a single subset - for (const auto& linkageset : m_rti->ensemble->linkagesets) { + for (const auto& linkageset : m_rti->ensemble->get_linkagesets()) { const auto lsn = linkageset->lsn; if (linkageset->keyservice.empty()) { -- cgit v1.2.3