equal
deleted
inserted
replaced
54 |
54 |
55 // //Compile GraphSkeleton |
55 // //Compile GraphSkeleton |
56 // template void checkCompileStaticGraph<skeleton::StaticGraphSkeleton> |
56 // template void checkCompileStaticGraph<skeleton::StaticGraphSkeleton> |
57 // (skeleton::StaticGraphSkeleton &); |
57 // (skeleton::StaticGraphSkeleton &); |
58 |
58 |
59 // template void checkCompileGraph<skeleton::GraphSkeleton> |
59 // template void checkCompileGraph<skeleton::ExtendableGraphSkeleton> |
60 // (skeleton::GraphSkeleton &); |
60 // (skeleton::ExtendableGraphSkeleton &); |
61 |
61 |
62 // template void checkCompileErasableGraph<skeleton::ErasableGraphSkeleton> |
62 // template void checkCompileErasableGraph<skeleton::ErasableGraphSkeleton> |
63 // (skeleton::ErasableGraphSkeleton &); |
63 // (skeleton::ErasableGraphSkeleton &); |
64 |
64 |
65 //Compile SmartGraph |
65 //Compile SmartGraph |