- Timestamp:
- 11/22/12 01:19:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STGrid.cpp
r2686 r2688 2041 2041 Int nrow = tab.nrow() ; 2042 2042 ScalarColumn<uInt> ifnoCol( tab, "IFNO" ) ; 2043 ScalarColumn<uInt> beamnoCol(tab, "BEAMNO"); 2043 2044 ScalarColumn<uInt> freqIdCol( tab, "FREQ_ID" ) ; 2044 2045 ScalarColumn<uInt> molIdCol( tab, "MOLECULE_ID" ) ; … … 2062 2063 for ( Int i = 0 ; i < nrow ; i++ ) { 2063 2064 ifnoCol.put( i, (uInt)ifno_ ) ; 2065 beamnoCol.put(i, 0); 2064 2066 freqIdCol.put( i, freqId ) ; 2065 2067 molIdCol.put( i, molId ) ;
Note:
See TracChangeset
for help on using the changeset viewer.