equal
deleted
inserted
replaced
16 |
16 |
17 #ifndef LEMON_DEFAULT_MAP_H |
17 #ifndef LEMON_DEFAULT_MAP_H |
18 #define LEMON_DEFAULT_MAP_H |
18 #define LEMON_DEFAULT_MAP_H |
19 |
19 |
20 |
20 |
21 #include <lemon/array_map.h> |
21 #include <lemon/bits/array_map.h> |
22 #include <lemon/vector_map.h> |
22 #include <lemon/bits/vector_map.h> |
23 |
23 |
24 ///\ingroup graphmaps |
24 ///\ingroup graphmaps |
25 ///\file |
25 ///\file |
26 ///\brief Graph maps that construct and destruct |
26 ///\brief Graph maps that construct and destruct |
27 ///their elements dynamically. |
27 ///their elements dynamically. |