equal
deleted
inserted
replaced
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; |