COIN-OR::LEMON - Graph Library

Changeset 344:e562b69acbc6 in lemon-1.0


Ignore:
Timestamp:
12/04/08 11:49:54 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
1.0
Phase:
public
Message:

Bugfix in DfsVisit? (the same fix as in [9afe81e4c543] for the main br.) #61

  • The stop() must be called in DfsVisit? if there are no outgoing arcs from the newly added node
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dfs.h

    r327 r344  
    14141414          } else {
    14151415            _visitor->leave(s);
     1416            _visitor->stop(s);
    14161417          }
    14171418        }
Note: See TracChangeset for help on using the changeset viewer.