Changeset 2389 for trunk/src/STGrid.h


Ignore:
Timestamp:
12/27/11 15:46:11 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2816

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Introduced infileList_ (Block<String>) instead of infile_ (String).


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STGrid.h

    r2388 r2389  
    166166  String centerUI_ ;
    167167
    168   String infile_ ;
     168  Block<String> infileList_ ;
    169169  Int ifno_ ;
    170170  Int nx_ ;
     
    187187
    188188  Table tab_ ;
     189  Block<Table> tableList_ ;
    189190  Table ptab_ ;
    190191  ROArrayColumn<Float> spectraCol_ ;
Note: See TracChangeset for help on using the changeset viewer.