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

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


Author: marci
Date: Tue May 11 22:20:41 2004
New Revision: 801

Modified:
   hugo/trunk/src/work/marci/leda/bipartite_matching_leda.cc
   hugo/trunk/src/work/marci/leda/bipartite_matching_leda_gen.cc
   hugo/trunk/src/work/marci/leda/leda_graph_wrapper.h
   hugo/trunk/src/work/marci/leda/makefile

Log:
include -> hugo mods in leda files


Modified: hugo/trunk/src/work/marci/leda/bipartite_matching_leda.cc
==============================================================================
--- hugo/trunk/src/work/marci/leda/bipartite_matching_leda.cc	(original)
+++ hugo/trunk/src/work/marci/leda/bipartite_matching_leda.cc	Tue May 11 22:20:41 2004
@@ -13,12 +13,11 @@
 #include <list_graph.h>
 //#include <smart_graph.h>
 //#include <dimacs.h>
-#include <time_measure.h>
+#include <hugo/time_measure.h>
 #include <for_each_macros.h>
-//#include <bfs_iterator.h>
-#include <graph_wrapper.h>
+#include <hugo/graph_wrapper.h>
 #include <bipartite_graph_wrapper.h>
-#include <maps.h>
+#include <hugo/maps.h>
 #include <max_flow.h>
 
 /**

Modified: hugo/trunk/src/work/marci/leda/bipartite_matching_leda_gen.cc
==============================================================================
--- hugo/trunk/src/work/marci/leda/bipartite_matching_leda_gen.cc	(original)
+++ hugo/trunk/src/work/marci/leda/bipartite_matching_leda_gen.cc	Tue May 11 22:20:41 2004
@@ -13,11 +13,11 @@
 #include <list_graph.h>
 //#include <smart_graph.h>
 //#include <dimacs.h>
-#include <time_measure.h>
+#include <hugo/time_measure.h>
 #include <for_each_macros.h>
-#include <graph_wrapper.h>
+#include <hugo/graph_wrapper.h>
 #include <bipartite_graph_wrapper.h>
-#include <maps.h>
+#include <hugo/maps.h>
 #include <max_flow.h>
 
 /**

Modified: hugo/trunk/src/work/marci/leda/leda_graph_wrapper.h
==============================================================================
--- hugo/trunk/src/work/marci/leda/leda_graph_wrapper.h	(original)
+++ hugo/trunk/src/work/marci/leda/leda_graph_wrapper.h	Tue May 11 22:20:41 2004
@@ -14,7 +14,7 @@
 //using namespace leda;
 //#endif
 
-#include <invalid.h>
+#include <hugo/invalid.h>
 
 /// The namespace of HugoLib
 namespace hugo {

Modified: hugo/trunk/src/work/marci/leda/makefile
==============================================================================
--- hugo/trunk/src/work/marci/leda/makefile	(original)
+++ hugo/trunk/src/work/marci/leda/makefile	Tue May 11 22:20:41 2004
@@ -1,7 +1,7 @@
 CXX2 = g++-2.95
 CXX3=$(CXX)
 BOOSTROOT ?= /home/marci/boost
-INCLUDEDIRS ?= -I../../../include -I../.. -I../../{marci,jacint,alpar,klao,akos,athos} -I$(LEDAROOT)/incl -I.
+INCLUDEDIRS ?= -I. -I../.. -I../../{marci,jacint,alpar,klao,akos,athos} -I$(LEDAROOT)/incl -I../../..
 LDFLAGS = -L$(LEDAROOT) -lG -lL -lm
 
 BINARIES = bipartite_matching_leda bipartite_matching_leda_gen



More information about the Lemon-commits mailing list