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