COIN-OR::LEMON - Graph Library

Changeset 793:9cd0aeea47b0 in lemon-0.x for src/test/unionfind_test.cc


Ignore:
Timestamp:
09/03/04 11:41:50 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1087
Message:
  • BFD/DFS/Dijkstra compile test is done with skeleton::GraphSkeleton? graph and skeleton::ReadMap?.
  • 'skeleton::' is explicitely written instead of 'using namespace ...' in graph_test.cc
  • Output messages of type "makeRep(3)..." in unionfind_test.cc have been changed in order not to confuse compiler output parsers.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/unionfind_test.cc

    r774 r793  
    163163  check(U.size(2) == 3,"Test failed.");
    164164
    165   cout << "makeRep(4)..." << endl;
     165  cout << "Calling makeRep(4)..." << endl;
    166166  U.makeRep(4);
    167167//   print(U);
    168   cout << "makeRep(3)..." << endl;
     168  cout << "Calling makeRep(3)..." << endl;
    169169  U.makeRep(3);
    170170//   print(U);
    171   cout << "makeRep(2)..." << endl;
     171  cout << "Calling makeRep(2)..." << endl;
    172172  U.makeRep(2);
    173173//   print(U);
Note: See TracChangeset for help on using the changeset viewer.