Ignore:
Timestamp:
11/05/09 21:50:20 (15 years ago)
Author:
WataruKawasaki
Message:

New Development: Yes

JIRA Issue: Yes (CAS-1433)

Ready to Release: Yes

Interface Changes: No

Put in Release Notes: No

Module(s): sd.save()

Description: Modified to read/write row-based flagging info.


File:
1 edited

Legend:

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

    r1654 r1657  
    440440      row.put(table_->table().nrow()-1, rec);
    441441    }
     442
     443    RecordFieldPtr< uInt > flagrowCol(rec, "FLAGROW");
     444    *flagrowCol = pksrec.flagrow;
     445
    442446    if ( haveXPol_[0] ) {
    443447      // no tsys given for xpol, so emulate it
Note: See TracChangeset for help on using the changeset viewer.