COIN-OR::LEMON - Graph Library

Changeset 722:be8712e1fe07 in lemon-0.x for src/hugo/smart_graph.h


Ignore:
Timestamp:
07/21/04 19:39:49 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@976
Message:

For the sake of icc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/smart_graph.h

    r713 r722  
    205205    protected:
    206206      int n;
    207       friend int SmartGraph::id(Node v) const;
     207      friend int SmartGraph::id(Node v);
    208208      Node(int nn) {n=nn;}
    209209    public:
     
    236236    protected:
    237237      int n;
    238       friend int SmartGraph::id(Edge e) const;
     238      friend int SmartGraph::id(Edge e);
    239239
    240240    public:
Note: See TracChangeset for help on using the changeset viewer.