[Lemon-commits] [lemon_svn] marci: r1167 - in hugo/trunk/src: demo work work/marci

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


Author: marci
Date: Thu Sep 16 15:59:36 2004
New Revision: 1167

Added:
   hugo/trunk/src/demo/sub_graph_wrapper_demo.cc
      - copied unchanged from r1166, /hugo/trunk/src/work/marci/sub_graph_wrapper_demo.cc
   hugo/trunk/src/demo/sub_graph_wrapper_demo.dim
      - copied unchanged from r1165, /hugo/trunk/src/work/marci/sub_graph_wrapper_demo.dim
Removed:
   hugo/trunk/src/work/marci/sub_graph_wrapper_demo.cc
   hugo/trunk/src/work/marci/sub_graph_wrapper_demo.dim
Modified:
   hugo/trunk/src/work/makefile

Log:
Demo file for SubGraphWrapper<Graph>. Documentation will be added later. 
The purpose of this graph is to have an easy and short demo for the above class.


Modified: hugo/trunk/src/work/makefile
==============================================================================
--- hugo/trunk/src/work/makefile	(original)
+++ hugo/trunk/src/work/makefile	Thu Sep 16 15:59:36 2004
@@ -1,5 +1,5 @@
 INCLUDEDIRS ?= -I.. -I. -I./{marci,jacint,alpar,klao,akos}
-CXXFLAGS = -g -O0 -W -Wall $(INCLUDEDIRS) -ansi -pedantic
+CXXFLAGS = -g -O3 -W -Wall $(INCLUDEDIRS) -ansi -pedantic
 
 BINARIES ?= bin_heap_demo
 



More information about the Lemon-commits mailing list