Changeset 921:818510fa3d99 in lemon-0.x for src/work/jacint/prim.h
- Timestamp:
- 09/29/04 17:30:04 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/jacint/prim.h
r211 r921 30 30 */ 31 31 32 #ifndef HUGO_PRIM_H33 #define HUGO_PRIM_H32 #ifndef LEMON_PRIM_H 33 #define LEMON_PRIM_H 34 34 35 35 #include <fib_heap.h> 36 36 #include <invalid.h> 37 37 38 namespace hugo{38 namespace lemon { 39 39 40 40 template <typename Graph, typename T,
Note: See TracChangeset
for help on using the changeset viewer.