Admin message
NRAO GitLab and Mattermost will be offline Thursday, Dec. 18, at 7:30 PM EDT for software updates
Changes
Page history
Update CFSimpleIndexer
authored
Mar 01, 2021
by
Martin Pokorny
Hide whitespace changes
Inline
Side-by-side
CFSimpleIndexer.md
View page @
1d43af29
...
...
@@ -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
)
...
...
...
...