Ignore:
Timestamp:
11/06/06 21:54:21 (18 years ago)
Author:
mar637
Message:

Fix for Ticket #89. subselections of IFs weren't handled correctly.
PKSwriter needs Full IF table, can't handle e.g. just IF2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release2.1.1/src/STAsciiWriter.cpp

    r996 r1293  
    109109    String fName = rootName + String(onstr) + String(".txt");
    110110    ofstream of(fName.chars(), ios::trunc);
    111     int row0 = t.rowNumbers()[0];
     111    int row0 = t.rowNumbers(tab)[0];
    112112    MDirection mdir = stable.getDirection(row0);
    113113    of << setfill('#') << setw(70) << "" << setfill(' ') << endl;
Note: See TracChangeset for help on using the changeset viewer.