equal
deleted
inserted
replaced
103 // excess(_G,0); //itt is |
103 // excess(_G,0); //itt is |
104 // } |
104 // } |
105 |
105 |
106 public: |
106 public: |
107 |
107 |
108 ///\todo Document this |
108 ///\todo Document this. |
|
109 ///\todo Maybe, it should be PRE_FLOW instead. |
|
110 ///- \c ZERO_FLOW means something, |
|
111 ///- \c GEN_FLOW means something else, |
|
112 ///- \c PREFLOW is something different. |
109 enum flowEnum{ |
113 enum flowEnum{ |
110 ZERO_FLOW=0, |
114 ZERO_FLOW=0, |
111 GEN_FLOW=1, |
115 GEN_FLOW=1, |
112 PREFLOW=2 |
116 PREFLOW=2 |
113 }; |
117 }; |