[Lemon-commits] [lemon_svn] deba: r2839 - in hugo/trunk/lemon: . concept

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 21:50:44 CET 2006


Author: deba
Date: Tue Jul 11 17:42:15 2006
New Revision: 2839

Added:
   hugo/trunk/lemon/concept/graph_components.h
      - copied, changed from r2834, /hugo/trunk/lemon/concept/graph_component.h
Removed:
   hugo/trunk/lemon/concept/graph_component.h
Modified:
   hugo/trunk/lemon/Makefile.am
   hugo/trunk/lemon/concept/bpugraph.h
   hugo/trunk/lemon/concept/graph.h
   hugo/trunk/lemon/concept/ugraph.h

Log:
Renameing file: graph_component.h => graph_components.h



Modified: hugo/trunk/lemon/Makefile.am
==============================================================================
--- hugo/trunk/lemon/Makefile.am	(original)
+++ hugo/trunk/lemon/Makefile.am	Tue Jul 11 17:42:15 2006
@@ -114,7 +114,7 @@
 	lemon/concept_check.h \
 	lemon/concept/bpugraph.h \
 	lemon/concept/graph.h \
-	lemon/concept/graph_component.h \
+	lemon/concept/graph_components.h \
 	lemon/concept/heap.h \
 	lemon/concept/maps.h \
 	lemon/concept/matrix_maps.h \

Modified: hugo/trunk/lemon/concept/bpugraph.h
==============================================================================
--- hugo/trunk/lemon/concept/bpugraph.h	(original)
+++ hugo/trunk/lemon/concept/bpugraph.h	Tue Jul 11 17:42:15 2006
@@ -24,7 +24,7 @@
 #ifndef LEMON_CONCEPT_BPUGRAPH_H
 #define LEMON_CONCEPT_BPUGRAPH_H
 
-#include <lemon/concept/graph_component.h>
+#include <lemon/concept/graph_components.h>
 
 #include <lemon/concept/graph.h>
 #include <lemon/concept/ugraph.h>

Modified: hugo/trunk/lemon/concept/graph.h
==============================================================================
--- hugo/trunk/lemon/concept/graph.h	(original)
+++ hugo/trunk/lemon/concept/graph.h	Tue Jul 11 17:42:15 2006
@@ -27,7 +27,7 @@
 #include <lemon/bits/utility.h>
 #include <lemon/concept/maps.h>
 #include <lemon/concept_check.h>
-#include <lemon/concept/graph_component.h>
+#include <lemon/concept/graph_components.h>
 
 namespace lemon {
   namespace concept {

Copied: hugo/trunk/lemon/concept/graph_components.h (from r2834, /hugo/trunk/lemon/concept/graph_component.h)
==============================================================================
--- /hugo/trunk/lemon/concept/graph_component.h	(original)
+++ hugo/trunk/lemon/concept/graph_components.h	Tue Jul 11 17:42:15 2006
@@ -18,11 +18,11 @@
 
 ///\ingroup graph_concepts
 ///\file
-///\brief The graph components.
+///\brief The concept of the graph components.
 
 
-#ifndef LEMON_CONCEPT_GRAPH_COMPONENT_H
-#define LEMON_CONCEPT_GRAPH_COMPONENT_H
+#ifndef LEMON_CONCEPT_GRAPH_COMPONENTS_H
+#define LEMON_CONCEPT_GRAPH_COMPONENTS_H
 
 #include <lemon/bits/invalid.h>
 #include <lemon/concept/maps.h>

Modified: hugo/trunk/lemon/concept/ugraph.h
==============================================================================
--- hugo/trunk/lemon/concept/ugraph.h	(original)
+++ hugo/trunk/lemon/concept/ugraph.h	Tue Jul 11 17:42:15 2006
@@ -24,7 +24,7 @@
 #ifndef LEMON_CONCEPT_UGRAPH_H
 #define LEMON_CONCEPT_UGRAPH_H
 
-#include <lemon/concept/graph_component.h>
+#include <lemon/concept/graph_components.h>
 #include <lemon/concept/graph.h>
 #include <lemon/bits/utility.h>
 



More information about the Lemon-commits mailing list