Changeset 2869 for trunk/external-alma
- Timestamp:
- 12/02/13 13:31:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/external-alma/asdm2ASAP/ASDMFiller.cc
r2754 r2869 325 325 326 326 // fill SCANNO, CYCLENO, IFNO, POLNO, and BEAMNO 327 setIndex( (uInt)scanno-1, (uInt)cycleno[scanno], ifno, ipol, beamno ) ; 327 // CAS-5841: SCANNO should be consistent with ASDM scanNumber 328 setIndex( (uInt)scanno, (uInt)cycleno[scanno], ifno, ipol, beamno ) ; 328 329 329 330 // fill SPECTRA, FLAGTRA, TSYS
Note:
See TracChangeset
for help on using the changeset viewer.