Changeset 887


Ignore:
Timestamp:
03/08/06 12:03:33 (18 years ago)
Author:
mar637
Message:

fixed bug in print(): was using column instead of keyword to retrieve frame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFrequencies.cpp

    r866 r887  
    281281    const TableRecord& rec = row.get(i);
    282282    oss <<  setw(8)
    283     << rec.asString("FRAME") << setw(16) << setprecision(8)
     283    << t.keywordSet().asString("FRAME") << setw(16) << setprecision(8)
    284284    << rec.asDouble("REFVAL") << setw(10)
    285285    << rec.asDouble("REFPIX") << setw(12)
     
    367367  MDoppler::Types mdt;
    368368  if (!MDoppler::getType(mdt, doppler)) {
    369     cout << "DEBUG" << endl;
    370369    Int a,b;const uInt* c;
    371370    const String* valid = MDoppler::allMyTypes(a, b, c);
Note: See TracChangeset for help on using the changeset viewer.