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


Ignore:
Timestamp:
Aug 2, 2009, 2:07:44 AM (15 years ago)
Author:
laleppa
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tspmodel.h

    r42 r46  
    4848private:
    4949        QSettings *settings;
    50         QVector<QVector<double>> table;
     50        QVector<QVector<double> > table;
    5151        quint16 nCities;
    5252        int rand(int, int) const;
Note: See TracChangeset for help on using the changeset viewer.