Changeset 1567


Ignore:
Timestamp:
06/29/09 11:25:18 (15 years ago)
Author:
Malte Marquarding
Message:

Used index vale rather than value of the vector at index

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.cpp

    r1507 r1567  
    10431043           Sort::QuickSort|Sort::NoDuplicates );
    10441044  for (uInt i=0; i<fids.nelements(); ++i) {
    1045     frequencies().shiftRefPix(npix, i);
     1045    frequencies().shiftRefPix(npix, fids[i]);
    10461046  }
    10471047}
Note: See TracChangeset for help on using the changeset viewer.