Commits

David Mehringer authored 2efbe45acbc
CAS-12268 squash compiler warnings
No tags

code/mstransform/MSTransform/StatWt.h

Modified
81 81 // set the StatWtTVI config record
82 82 void setTVIConfig(const casacore::Record& config);
83 83
84 84 casacore::Record writeWeights();
85 85
86 86 private:
87 87 casacore::MeasurementSet* _ms;
88 88 casacore::String _outname = "";
89 89 // time bin width in seconds
90 90 casacore::Double _timeBinWidth = 1;
91 - casacore::Int _minSample = 2;
92 91 casacore::LogIO _log;
93 92 std::unique_ptr<casacore::Int> _chanBinWidthInt = nullptr;
94 93 std::unique_ptr<casacore::Record> _chanBinWidthQ = nullptr;
95 94 casacore::String _combine = "";
96 95 casacore::StatisticsAlgorithmFactory<
97 96 casacore::Double, casacore::Array<casacore::Float>::const_iterator,
98 97 casacore::Array<casacore::Bool>::const_iterator
99 98 > _saf;
100 99 std::unique_ptr<std::pair<casacore::Double, casacore::Double>> _wtrange = nullptr;
101 100 casacore::Record _tviConfig;

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut