Index: src/work/marci/bipartite_graph_wrapper.h
===================================================================
--- src/work/marci/bipartite_graph_wrapper.h	(revision 501)
+++ src/work/marci/bipartite_graph_wrapper.h	(revision 502)
@@ -41,6 +41,6 @@
     //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;
@@ -184,4 +184,21 @@
     }
   };
+
+
+  template<typename G>
+  const bool BipartiteGraphWrapper<G>::S_CLASS=false;
+  template<typename G>
+  const bool BipartiteGraphWrapper<G>::T_CLASS=true;
+
+
+
+
+
+
+
+
+
+
+
 
   ///\bug Do not use this while the bipartitemap augmentation 
@@ -299,4 +316,5 @@
 //    template <typename T> friend class EdgeMap;
 
+    ///\todo FIXME ezt majd static-ra kell javitani
     const Node S_NODE;
     const Node T_NODE;
