Changeset 502:1b41ebb5fee5 in lemon-0.x for src/work
- Timestamp:
- 04/30/04 21:02:40 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@662
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/bipartite_graph_wrapper.h
r501 r502 41 41 //marci 42 42 //FIXME vhogy igy kellene, csak az en forditom nem eszi meg 43 static const bool S_CLASS =false;44 static const bool T_CLASS =true;43 static const bool S_CLASS; 44 static const bool T_CLASS; 45 45 46 46 //bool S_CLASS; … … 184 184 } 185 185 }; 186 187 188 template<typename G> 189 const bool BipartiteGraphWrapper<G>::S_CLASS=false; 190 template<typename G> 191 const bool BipartiteGraphWrapper<G>::T_CLASS=true; 192 193 194 195 196 197 198 199 200 201 202 186 203 187 204 ///\bug Do not use this while the bipartitemap augmentation … … 299 316 // template <typename T> friend class EdgeMap; 300 317 318 ///\todo FIXME ezt majd static-ra kell javitani 301 319 const Node S_NODE; 302 320 const Node T_NODE;
Note: See TracChangeset
for help on using the changeset viewer.