Update CFSimpleIndexer authored by Martin Pokorny's avatar Martin Pokorny
...@@ -121,5 +121,7 @@ class MyCFArray : public hpg::CFArray { ...@@ -121,5 +121,7 @@ class MyCFArray : public hpg::CFArray {
assert(ci.m_mueller < 4); assert(ci.m_mueller < 4);
return m_store(ci.m_baseline_class, ci.m_time, m_w_value, ci.m_frequency, m_mueller_map[ci.m_mueller], x, y); return m_store(ci.m_baseline_class, ci.m_time, m_w_value, ci.m_frequency, m_mueller_map[ci.m_mueller], x, y);
} }
//...
}; };
``` ```
\ No newline at end of file