test/maps_test.cc
changeset 942 633956ca9421
parent 877 141f9c0db4a3
child 998 7fdaa05a69a1
     1.1 --- a/test/maps_test.cc	Thu Mar 17 00:35:33 2011 +0100
     1.2 +++ b/test/maps_test.cc	Sun Apr 24 21:59:31 2011 +0200
     1.3 @@ -641,6 +641,7 @@
     1.4  
     1.5      const int num = 10;
     1.6      Graph g;
     1.7 +    Ibm map0(g, true);
     1.8      std::vector<Item> items;
     1.9      for (int i = 0; i < num; ++i) {
    1.10        items.push_back(g.addNode());
    1.11 @@ -722,6 +723,7 @@
    1.12  
    1.13      const int num = 10;
    1.14      Graph g;
    1.15 +    Iim map0(g, 0);
    1.16      std::vector<Item> items;
    1.17      for (int i = 0; i < num; ++i) {
    1.18        items.push_back(g.addNode());
    1.19 @@ -772,6 +774,7 @@
    1.20  
    1.21      const int num = 10;
    1.22      Graph g;
    1.23 +    Ivm map0(g, 0.0);
    1.24      std::vector<Item> items;
    1.25      for (int i = 0; i < num; ++i) {
    1.26        items.push_back(g.addNode());