Changeset 1467


Ignore:
Timestamp:
01/14/09 15:44:07 (15 years ago)
Author:
Malte Marquarding
Message:

fix for cast from double to float in scanrate field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFiller.cpp

    r1462 r1467  
    251251    RecordFieldPtr<Array<Double> > srateCol(rec, "SCANRATE");
    252252    // MRC changed type from double to float
    253     Vector<Double> sratedbl;
     253    Vector<Double> sratedbl(pksrec.scanRate.nelements());
    254254    convertArray(sratedbl, pksrec.scanRate);
    255255    *srateCol = sratedbl;
Note: See TracChangeset for help on using the changeset viewer.