@@ -100,7 +100,7 @@ We next must define mappings from indexes in the space defined by `subset_indexe
unsignedmueller_map[]{0,5,10,15};
```
Finally we define the CF values through a `CFArray` sub-class instance with the appropriate element indexing operator (taking some liberties with C++ and CASA syntax):
We next define the CF values through a `CFArray` sub-class instance with the appropriate element indexing operator (taking some liberties with C++ and CASA syntax):
```c++
classMyCFArray:publichpg::CFArray{
unsignedm_w_map[1];
...
...
@@ -117,7 +117,7 @@ class MyCFArray : public hpg::CFArray {