Source
48
48
void get();
49
49
50
50
// Return the results to the controller
51
51
void put();
52
52
53
53
// Return the name of the algorithm
54
54
casacore::String &name();
55
55
56
56
private:
57
57
// Local copies of the data and input parameters
58
-
casacore::PagedArray<casacore::Float> *model_sl_p;
59
-
casacore::Int msid;
58
+
//casacore::PagedArray<casacore::Float> *model_sl_p;
59
+
//casacore::Int msid;
60
60
casacore::String myName;
61
61
casacore::String msName;
62
62
casacore::Int status;
63
-
casacore::Int cache_p;
63
+
//casacore::Int cache_p;
64
64
65
65
// Read the MSset
66
66
void task();
67
67
};
68
68
69
69
70
70
71
71
} //# NAMESPACE CASA - END
72
72
73
73
#endif