Changeset 2260:4274224f8a7d in lemon-0.x for test/matrix_maps_test.cc
- Timestamp:
- 10/24/06 19:19:16 (14 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3016
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/matrix_maps_test.cc
r2242 r2260 22 22 #include <lemon/concept_check.h> 23 23 24 #include <lemon/concept /matrix_maps.h>25 #include <lemon/concept /maps.h>26 #include <lemon/concept /graph.h>24 #include <lemon/concepts/matrix_maps.h> 25 #include <lemon/concepts/maps.h> 26 #include <lemon/concepts/graph.h> 27 27 28 28 #include <lemon/matrix_maps.h> … … 36 36 37 37 using namespace lemon; 38 using namespace lemon::concept ;38 using namespace lemon::concepts; 39 39 40 40 int main() {
Note: See TracChangeset
for help on using the changeset viewer.