COIN-OR::LEMON - Graph Library

Changeset 336:052cecabcb71 in lemon-main for test


Ignore:
Timestamp:
10/18/08 13:15:00 (16 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Fixes and improvements related to GridGraph?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/graph_test.cc

    r335 r336  
    193193  Graph G(width, height);
    194194
    195   check(G.width() == width, "Wrong row number");
    196   check(G.height() == height, "Wrong column number");
     195  check(G.width() == width, "Wrong column number");
     196  check(G.height() == height, "Wrong row number");
    197197
    198198  for (int i = 0; i < width; ++i) {
Note: See TracChangeset for help on using the changeset viewer.