Changeset 9aa0e521ed in tspsg for src


Ignore:
Timestamp:
Aug 2, 2009, 2:07:44 AM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
b424a7e320
Parents:
ec54b4490b
Message:

gcc compilation error "‘>>’ should be ‘> >’ within a nested template argument list" fix.

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/tspmodel.h

    rec54b4490b r9aa0e521ed  
    4848private:
    4949        QSettings *settings;
    50         QVector<QVector<double>> table;
     50        QVector<QVector<double> > table;
    5151        quint16 nCities;
    5252        int rand(int, int) const;
  • src/tspsolver.h

    rec54b4490b r9aa0e521ed  
    2727#include "globals.h"
    2828
    29 typedef QList<QList<double>> tMatrix;
     29typedef QList<QList<double> > tMatrix;
    3030
    3131// This structure represents one step of solving
Note: See TracChangeset for help on using the changeset viewer.