src/work/peter/path/path_test.cc
changeset 923 acbef5dd0e65
parent 815 468c9ec86928
child 959 c80ef5912903
equal deleted inserted replaced
0:47fee3c672e0 1:bcbca0d1d7d4
     3 //#include <path.h>
     3 //#include <path.h>
     4 #include <path_skeleton.h>
     4 #include <path_skeleton.h>
     5 #include <list_graph.h>
     5 #include <list_graph.h>
     6 
     6 
     7 using namespace std;
     7 using namespace std;
     8 using namespace hugo;
     8 using namespace lemon;
     9 using namespace skeleton;
     9 using namespace skeleton;
    10 
    10 
    11 bool passed = true;
    11 bool passed = true;
    12 
    12 
    13 void check(bool rc) {
    13 void check(bool rc) {