Commits

Des Small authored f3993bbf85a Merge
Merge branch 'master' into fringefit
No tags

code/msvis/MSVis/VisibilityIteratorImpl.cc

Modified
790 790 ///will not work if each subms of a virtual ms has multi hypecube being
791 791 ///accessed.
792 792 if (theMs.tableInfo ().subType () == "CONCATENATED" &&
793 793 msIterAtOrigin_p &&
794 794 ! tileCacheIsSet_p[k]) {
795 795
796 796 Block<String> refTables = theMs.getPartNames (true);
797 797
798 798 for (uInt kk = 0; kk < refTables.nelements (); ++kk) {
799 799
800 - MeasurementSet elms (refTables[kk]);
801 -
802 - MrsEligibility mrSubtables = MrsEligibility::defaultEligible();
803 - elms.setMemoryResidentSubtables (mrSubtables);
804 -
800 + Table elms (refTables[kk]);
805 801 ROTiledStManAccessor tacc (elms, columns[k], true);
806 802
807 803 // Cleverly sense full-row cache size (in tiles)
808 804 uInt cacheSizeInTiles(1);
809 805
810 806 // Is startrow correct for each subMS?
811 807 //uInt rRow=startrow;
812 808 uInt rRow=0; // This preserves previous "single-hypercube" assumption
813 809
814 810 IPosition hypercubeShape=tacc.hypercubeShape(rRow);

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

Add shortcut