Changeset 2706


Ignore:
Timestamp:
12/26/12 16:15:00 (11 years ago)
Author:
Kana Sugimoto
Message:

New Development: No (a fix)

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): asapgrid2

Description:

Fixed an issue in asapgrid2 class that keywords of subtables
in output scantable are not copied from the input table.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STGrid.cpp

    r2692 r2706  
    21522152    tin = dataList_[0].getCP()->table().rwKeywordSet().asTable(subt[i]) ;
    21532153    TableCopy::copyRows( tout, tin ) ;
     2154    tout.rwKeywordSet() = tin.rwKeywordSet();
    21542155  }
    21552156  fillTable( s->table() ) ;
Note: See TracChangeset for help on using the changeset viewer.