diff -r 20e4941a354a -r 1b41ebb5fee5 src/work/marci/bipartite_graph_wrapper.h --- a/src/work/marci/bipartite_graph_wrapper.h Fri Apr 30 18:43:18 2004 +0000 +++ b/src/work/marci/bipartite_graph_wrapper.h Fri Apr 30 19:02:40 2004 +0000 @@ -40,8 +40,8 @@ public: //marci //FIXME vhogy igy kellene, csak az en forditom nem eszi meg - static const bool S_CLASS=false; - static const bool T_CLASS=true; + static const bool S_CLASS; + static const bool T_CLASS; //bool S_CLASS; //bool T_CLASS; @@ -184,6 +184,23 @@ } }; + + template + const bool BipartiteGraphWrapper::S_CLASS=false; + template + const bool BipartiteGraphWrapper::T_CLASS=true; + + + + + + + + + + + + ///\bug Do not use this while the bipartitemap augmentation /// does not work well. template @@ -298,6 +315,7 @@ // template friend class NodeMap; // template friend class EdgeMap; + ///\todo FIXME ezt majd static-ra kell javitani const Node S_NODE; const Node T_NODE;