Changeset e4ae9e95f7 in tspsg for src/tspmodel.h


Ignore:
Timestamp:
Jan 12, 2010, 4:27:52 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
3e46075789
Parents:
fcd8c1e4c1
Message:

Back to double to maintain compatibility between platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tspmodel.h

    rfcd8c1e4c1 re4ae9e95f7  
    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.