Ignore:
Timestamp:
01/23/13 19:09:27 (11 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...

Fixed a known bug that SYSCAL table is not properly handled when
import/export.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSFiller.cpp

    r2745 r2746  
    581581      tcalids = getTcalId( syscalTime[scIdx] ) ;
    582582    }
    583 //     else {
    584 //       tcalids = getDummyTcalId( spwId ) ;
    585 //     }
     583    else {
     584      tcalids = getDummyTcalId( spwId ) ;
     585    }
    586586
    587587    // put value
     
    12651265        idList[j] = tmp[0];
    12661266      }
    1267       cout << "tmp=" << tmp << endl;
    12681267    }
    12691268    return idList;
Note: See TracChangeset for help on using the changeset viewer.