Changeset 59 in tspsg-svn for trunk/src/tspsolver.h


Ignore:
Timestamp:
Aug 30, 2009, 11:02:07 PM (15 years ago)
Author:
laleppa
Message:
  • Restore normal application cursor before displaying error message when loading/saving task. Not restoring the cursor caused it overlapping the error message text.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tspsolver.h

    r50 r59  
    3434        tMatrix matrix; // Steps's matrix
    3535        double price; // Price of travel to this step
    36         struct {unsigned int nRow; unsigned int nCol;} candidate; // Candiadate for branching in current matrix
     36        struct {int nRow; int nCol;} candidate; // Candiadate for branching in current matrix
    3737        bool alts; // This matrix has alternative candidates
    3838        sStep *plNode, *prNode; // Pointers to left and right branch steps
Note: See TracChangeset for help on using the changeset viewer.