Changeset 1661 for branches/alma


Ignore:
Timestamp:
11/21/09 16:37:32 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs: run scantable.save('filename','MS2')

Put in Release Notes: No

Module(s): scantable.save()

Description:

An important bug fix for scantable -> Measurementset2 filler
to store correct data in FLAG_ROW.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/src/STWriter.cpp

    r1603 r1661  
    245245          pksrec.baseSub   = 0.0f;
    246246          pksrec.xCalFctr  = 0.0;
     247          pksrec.flagrow = rec.asuInt("FLAGROW");
    247248
    248249          status = writer_->write(pksrec);
Note: See TracChangeset for help on using the changeset viewer.