- Timestamp:
- 03/08/06 12:03:33 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STFrequencies.cpp
r866 r887 281 281 const TableRecord& rec = row.get(i); 282 282 oss << setw(8) 283 << rec.asString("FRAME") << setw(16) << setprecision(8)283 << t.keywordSet().asString("FRAME") << setw(16) << setprecision(8) 284 284 << rec.asDouble("REFVAL") << setw(10) 285 285 << rec.asDouble("REFPIX") << setw(12) … … 367 367 MDoppler::Types mdt; 368 368 if (!MDoppler::getType(mdt, doppler)) { 369 cout << "DEBUG" << endl;370 369 Int a,b;const uInt* c; 371 370 const String* valid = MDoppler::allMyTypes(a, b, c);
Note:
See TracChangeset
for help on using the changeset viewer.