COIN-OR::LEMON - Graph Library

Changeset 1643:9285f3777553 in lemon-0.x for gui/mapstorage.cc


Ignore:
Timestamp:
08/18/05 15:33:49 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2156
Message:
  • The number of gcc-4.0 warnings has significantly decreases.
  • Some code clean-up in gui
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/mapstorage.cc

    r1634 r1643  
    117117}
    118118
    119 void MapStorage::initMapsForEdge(Graph::Edge e)
     119void MapStorage::initMapsForEdge(Edge e)
    120120{
    121121  std::map< std::string,Graph::EdgeMap<double> * >::iterator ems_it;
Note: See TracChangeset for help on using the changeset viewer.