COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
11/28/12 12:02:36 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
1.2
Parents:
968:774349a16ba0 (diff), 971:a26b90a17c81 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge bugfix #453 to branch 1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/graph_components.h

    r966 r972  
    109109
    110110          bool b;
     111          ignore_unused_variable_warning(b);
     112
    111113          b = (ia == ib) && (ia != ib);
    112114          b = (ia == INVALID) && (ib != INVALID);
Note: See TracChangeset for help on using the changeset viewer.