Commits

Pam Ford authored 0e5e546726d
Fix compiler warnings
No tags

code/plotms/Data/PlotMSCacheBase.cc

Modified
1867 1867 ss.precision(3);
1868 1868 ss << fixed << plotmsAtm_->getAirmass();
1869 1869 logLoad(ss.str());
1870 1870 }
1871 1871 }
1872 1872
1873 1873 bool PlotMSCacheBase::hasOverlay() {
1874 1874 // check loaded axes for overlays
1875 1875 bool overlay(false);
1876 1876 std::vector<PMS::Axis> axes(loadedAxes());
1877 - for (int i=0; i<axes.size(); ++i) {
1877 + for (uInt i=0; i<axes.size(); ++i) {
1878 1878 if (PMS::axisIsOverlay(axes[i])) {
1879 1879 overlay = true;
1880 1880 break;
1881 1881 }
1882 1882 }
1883 1883 return overlay;
1884 1884 }
1885 1885
1886 1886 }

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

Add shortcut