COIN-OR::LEMON - Graph Library

Changeset 435:9afe81e4c543 in lemon for lemon/dfs.h


Ignore:
Timestamp:
12/03/08 14:23:22 (15 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Renamings in connectivity.h and bug fix in DfsVisit? (#61)

  • The include guard, the private namespace and some local varibles are renamed
  • The stop() must be called in DfsVisit?, if there are not outgoing arcs from the added node
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dfs.h

    r421 r435  
    14111411          } else {
    14121412            _visitor->leave(s);
     1413            _visitor->stop(s);
    14131414          }
    14141415        }
Note: See TracChangeset for help on using the changeset viewer.