[Lemon-commits] [lemon_svn] marci: r425 - hugo/trunk/src/work/marci

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:39:23 CET 2006


Author: marci
Date: Mon Apr  5 19:38:54 2004
New Revision: 425

Modified:
   hugo/trunk/src/work/marci/graph_wrapper.h

Log:
1 konstruktor nem volt publikus


Modified: hugo/trunk/src/work/marci/graph_wrapper.h
==============================================================================
--- hugo/trunk/src/work/marci/graph_wrapper.h	(original)
+++ hugo/trunk/src/work/marci/graph_wrapper.h	Mon Apr  5 19:38:54 2004
@@ -901,7 +901,6 @@
       //FIXME
       OutEdgeIt(const Edge& e) : Edge(e) { }
       OutEdgeIt(const Invalid& i) : Edge(i) { }
-    protected:
       OutEdgeIt(const ResGraphWrapper<Graph, Number, FlowMap, CapacityMap>& resG, Node v) : Edge() { 
 	resG.graph->first(out, v);
 	while( resG.graph->valid(out) && !(resG.resCap(out)>0) ) { resG.graph->next(out); }



More information about the Lemon-commits mailing list