lemon/smart_graph.h
changeset 1189 a12cca3ad15a
parent 1188 5ef0ab7b61cd
child 1191 939ee6d1e525
     1.1 --- a/lemon/smart_graph.h	Sun Nov 14 22:48:32 2010 +0100
     1.2 +++ b/lemon/smart_graph.h	Mon Nov 15 09:46:08 2010 +0100
     1.3 @@ -1016,7 +1016,7 @@
     1.4        return nodes[v._id].partition_index;
     1.5      }
     1.6      int blueId(Node v) const {
     1.7 -      LEMON_DEBUG(nodes[v._id].red, "Node has to be blue");
     1.8 +      LEMON_DEBUG(!nodes[v._id].red, "Node has to be blue");
     1.9        return nodes[v._id].partition_index;
    1.10      }
    1.11      static int id(Arc e) { return e._id; }