Changes in test/digraph_test.cc [365:a12eef1f82b2:354:80a4d0742e98] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/digraph_test.cc
r365 r354 21 21 #include <lemon/smart_graph.h> 22 22 #include <lemon/full_graph.h> 23 //#include <lemon/hypercube_graph.h> 23 24 24 25 #include "test_tools.h" … … 112 113 } 113 114 115 114 116 void checkConcepts() { 115 117 { // Checking digraph components … … 144 146 checkConcept<Digraph, FullDigraph>(); 145 147 } 148 // { // Checking HyperCubeDigraph 149 // checkConcept<Digraph, HyperCubeDigraph>(); 150 // } 146 151 } 147 152
Note: See TracChangeset
for help on using the changeset viewer.