Changeset 2233 for trunk/external-alma


Ignore:
Timestamp:
07/15/11 16:45:14 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-1913

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

Changed CYCLENO to be unique except for same integration but different POLNO.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/asdm2ASAP/ASDMFiller.cc

    r2229 r2233  
    102102  setFocus() ;
    103103
    104   for ( uInt icon = 0 ; icon < numConfigDescId ; icon++ ) {
    105     for ( unsigned int ifield = 0 ; ifield < numFieldId ; ifield++ ) {
     104  // CYCLENO
     105  unsigned int cycleno = 0 ;
     106
     107  for ( unsigned int ifield = 0 ; ifield < numFieldId ; ifield++ ) {
     108    for ( uInt icon = 0 ; icon < numConfigDescId ; icon++ ) {
    106109      //logsink_->postLocally( LogMessage("start configDescId "+String::toString(configDescIdList[icon])+" fieldId "+String::toString(fieldIdList[ifield]),LogOrigin(className_,funcName,WHERE)) ) ;
    107110
     
    117120      //logsink_->postLocally( LogMessage("There are "+String::toString(nrow)+" rows in Main table corresponding to configDescId "+String::toString(configDescIdList[icon])+" fieldId "+String::toString(fieldIdList[ifield]),LogOrigin(className_,funcName,WHERE)) ) ;
    118121     
    119       // CYCLENO
    120       unsigned int cycleno = 0 ;
    121 
    122122      for ( uInt irow = 0 ; irow < nrow ; irow++ ) {
    123123
Note: See TracChangeset for help on using the changeset viewer.