Changeset 94 for trunk/src/SDWriter.cc


Ignore:
Timestamp:
11/12/04 12:19:59 (20 years ago)
Author:
mar637
Message:

chnaged nRows to nRow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDWriter.cc

    r83 r94  
    121121
    122122  Int count = 0;
    123   for (Int iRow = 0; iRow < table->nRows(); iRow++) {
     123  for (Int iRow = 0; iRow < table->nRow(); iRow++) {
    124124    // Extract the next integration from the table.
    125125    SDContainer sd = table->getSDContainer(iRow);
     
    168168        if (status = cWriter->write(sd.scanid, cycleNo, sd.timestamp,
    169169                                    sd.interval, fieldName, sd.sourcename,
    170                                     sd.getDirection(iBeam), 
    171                                     srcPM, srcVel, iIF+1, hdr.reffreq,
     170                                    sd.getDirection(iBeam),
     171                                    srcPM, srcVel, iIF+1, hdr.reffreq,
    172172                                    hdr.bandwidth, freqInc, restFreq, tcal,
    173173                                    tcalTime, azimuth, elevation, parAngle,
    174174                                    focusAxi, focusTan, focusRot, temperature,
    175175                                    pressure, humidity, windSpeed, windAz,
    176                                     refBeam, iBeam+1, 
    177                                     sd.getDirection(iBeam),
    178                                     scanRate,
     176                                    refBeam, iBeam+1,
     177                                    sd.getDirection(iBeam),
     178                                    scanRate,
    179179                                    sd.getTsys(iBeam, iIF), sigma, calFctr,
    180180                                    baseLin, baseSub,
Note: See TracChangeset for help on using the changeset viewer.