Update CFSimpleIndexer authored by Martin Pokorny's avatar Martin Pokorny
......@@ -142,7 +142,7 @@ Finally, the values of `hpg::VisData<N>::m_cf_index` may be computed as in the f
hpg::CellIndex cell_index(
0, // baseline type
/*...*/, // time
0, // w plane (in partially indexed subset of store, corresponds to W_0 in fully indexed store)
0, // w plane (in indexed subset of store, corresponds to W_0 in complete store)
/*...*/, // frequency
0 // mueller, not significant here, 0 is always valid
);
......
......