Update CFSimpleIndexer authored by Martin Pokorny's avatar Martin Pokorny
......@@ -110,8 +110,8 @@ class MyCFArray : public hpg::CFArray {
MyCFArray(unsigned w_value, const casa::CFStore& store)
: m_store(store) {
m_w_map[0] = w_value;
}
m_w_map[0] = w_value;
}
value_type
operator()(unsigned x, unsigned y, unsigned mueller, unsigned cube, unsigned group)
......
......