Changeset 2592 for branches


Ignore:
Timestamp:
07/09/12 16:12:56 (12 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...

Not initialize POINTING row in addRow(). Instead all the columns are
filled by hand.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/hpc34/src/MSWriter.cpp

    r2589 r2592  
    949949  {
    950950    uInt nrow = potab.nrow() ;
    951     potab.addRow( 1, True ) ;
     951    potab.addRow() ;
    952952
    953953    *poNumPolyRF = dir.ncolumn() - 1 ;
Note: See TracChangeset for help on using the changeset viewer.