src/test/sym_graph_test.cc
changeset 942 75fdd0c6866d
parent 937 d4e911acef3d
child 959 c80ef5912903
equal deleted inserted replaced
1:abd96f45493b 2:d50b934ecaa9
    64 (skeleton::ErasableSymGraph &);
    64 (skeleton::ErasableSymGraph &);
    65 
    65 
    66 
    66 
    67 //Compile SymSmartGraph
    67 //Compile SymSmartGraph
    68 template void lemon::checkCompileSymGraph<SymSmartGraph>(SymSmartGraph &);
    68 template void lemon::checkCompileSymGraph<SymSmartGraph>(SymSmartGraph &);
    69 template void lemon::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);
    69 template
       
    70 void lemon::skeleton::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);
    70 
    71 
    71 //Compile SymListGraph
    72 //Compile SymListGraph
    72 template void lemon::checkCompileSymGraph<SymListGraph>(SymListGraph &);
    73 template void lemon::checkCompileSymGraph<SymListGraph>(SymListGraph &);
    73 template void lemon::checkCompileErasableSymGraph<SymListGraph>(SymListGraph &);
    74 template void lemon::checkCompileErasableSymGraph<SymListGraph>(SymListGraph &);
    74 template void lemon::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);
    75 template
       
    76 void lemon::skeleton::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);
    75 
    77 
    76 int main() 
    78 int main() 
    77 {
    79 {
    78   {
    80   {
    79     SymSmartGraph G;
    81     SymSmartGraph G;