COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
09/27/04 20:11:27 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1221
Message:

minor corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/tight_edge_filter_map.h

    r906 r910  
    1717#ifndef HUGO_TIGHT_EDGE_FILTER_MAP_H
    1818#define HUGO_TIGHT_EDGE_FILTER_MAP_H
     19
     20#include <hugo/maps.h>
    1921
    2022// /// \file
     
    3941  template<typename Graph,
    4042           typename NodePotentialMap, typename EdgeDistanceMap>
    41   class TightEdgeFilterMap {
     43  class TightEdgeFilterMap : public MapBase<typename Graph::Edge, bool> {
    4244  protected:
    4345    const Graph* g;
Note: See TracChangeset for help on using the changeset viewer.