- Timestamp:
- 06/24/11 11:40:08 (13 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NROFiller.cpp
r2199 r2201 90 90 uInt scanno ; 91 91 uInt cycleno ; 92 uInt ifno ; 92 93 uInt beamno ; 93 94 uInt polno ; … … 153 154 scanno, 154 155 cycleno, 156 ifno, 155 157 beamno, 156 158 polno, … … 212 214 213 215 // SCANNO, CYCLENO, IFNO, POLNO, and BEAMNO 214 uInt ifno = table_->frequencies().addEntry( (Double)fqs[0], (Double)fqs[1], (Double)fqs[2] ) ;216 //uInt ifno = table_->frequencies().addEntry( (Double)fqs[0], (Double)fqs[1], (Double)fqs[2] ) ; 215 217 setIndex( scanno, cycleno, ifno, polno, beamno ) ; 216 218 -
trunk/src/STFiller.cpp
r2163 r2201 635 635 uInt scanno ; 636 636 uInt cycleno ; 637 uInt iftmp ; 637 638 uInt beamno ; 638 639 uInt polno ; … … 692 693 scanno, 693 694 cycleno, 695 iftmp, 694 696 beamno, 695 697 polno,
Note:
See TracChangeset
for help on using the changeset viewer.