COIN-OR::LEMON - Graph Library

Changeset 150:86273bfe0e4d in glemon-0.x for gui_writer.cc


Ignore:
Timestamp:
09/21/06 12:29:29 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@2951
Message:

According to xy->Point changement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui_writer.cc

    r134 r150  
    22#include "xml.h"
    33#include "mapstorage.h"
    4 #include <lemon/xy.h>
     4#include <lemon/dim2.h>
    55#include <vector>
    66
     
    1313{
    1414  XmlIo x(os);
    15   std::map<int, xy<double> > m;
     15  std::map<int, XY > m;
    1616  for (EdgeIt e(mapstorage->graph); e != INVALID; ++e)
    1717  {
Note: See TracChangeset for help on using the changeset viewer.