Changeset 921:818510fa3d99 in lemon-0.x for src/work/jacint/preflow_excess.h
- Timestamp:
- 09/29/04 17:30:04 (21 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/preflow_excess.h
r437 r921 44 44 */ 45 45 46 #ifndef HUGO_PREFLOW_H47 #define HUGO_PREFLOW_H46 #ifndef LEMON_PREFLOW_H 47 #define LEMON_PREFLOW_H 48 48 49 49 #define H0 20 … … 54 54 #include <stack> 55 55 56 namespace hugo{56 namespace lemon { 57 57 58 58 template <typename Graph, typename T, … … 656 656 }; 657 657 658 } //namespace hugo658 } //namespace lemon 659 659 660 660 #endif //PREFLOW_H
Note: See TracChangeset
for help on using the changeset viewer.