equal
deleted
inserted
replaced
140 checkConcept<Digraph, SmartDigraph>(); |
140 checkConcept<Digraph, SmartDigraph>(); |
141 checkConcept<AlterableDigraphComponent<>, SmartDigraph>(); |
141 checkConcept<AlterableDigraphComponent<>, SmartDigraph>(); |
142 checkConcept<ExtendableDigraphComponent<>, SmartDigraph>(); |
142 checkConcept<ExtendableDigraphComponent<>, SmartDigraph>(); |
143 checkConcept<ClearableDigraphComponent<>, SmartDigraph>(); |
143 checkConcept<ClearableDigraphComponent<>, SmartDigraph>(); |
144 } |
144 } |
145 // { // Checking FullDigraph |
145 { // Checking FullDigraph |
146 // checkConcept<Digraph, FullDigraph>(); |
146 checkConcept<Digraph, FullDigraph>(); |
147 // } |
147 } |
148 // { // Checking HyperCubeDigraph |
148 // { // Checking HyperCubeDigraph |
149 // checkConcept<Digraph, HyperCubeDigraph>(); |
149 // checkConcept<Digraph, HyperCubeDigraph>(); |
150 // } |
150 // } |
151 } |
151 } |
152 |
152 |