Changeset 2257


Ignore:
Timestamp:
08/01/11 13:01:43 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

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...

Serious bug fix on CYCLENO.
Fixed wrong initialization of CYCLENO value.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSFiller.cpp

    r2246 r2257  
    529529            *scanRF = scanNum - 1 ;
    530530
     531            uInt cycle = 0 ;
     532
    531533            //time1 = gettimeofday_sec() ;
    532534            //os_ << "end 4th iteration init: " << time1 << " (" << time1-time0 << "sec)" << LogIO::POST ;
     
    546548              //time1 = gettimeofday_sec() ;
    547549              //os_ << "end 5th iteration init: " << time1 << " (" << time1-time0 << "sec)" << LogIO::POST ;
    548 
    549               uInt cycle = 0 ;
    550550
    551551              Cube<Float> spArr ;
Note: See TracChangeset for help on using the changeset viewer.