Changeset 89 in tspsg-svn for trunk/src/tspmodel.h


Ignore:
Timestamp:
Jan 12, 2010, 4:27:52 PM (14 years ago)
Author:
laleppa
Message:

Back to double to maintain compatibility between platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tspmodel.h

    r87 r89  
    6464private:
    6565        QSettings *settings;
    66         QVector<QVector<qreal> > table;
     66        QVector<QVector<double> > table;
    6767        quint16 nCities;
    6868        bool loadError(QDataStream::Status);
    6969        bool loadTSPT(QDataStream *);
    7070        bool loadZKT(QDataStream *);
    71         qreal rand(int, int) const;
     71        double rand(int, int) const;
    7272};
    7373
Note: See TracChangeset for help on using the changeset viewer.