$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: asutton_at_[hidden]
Date: 2007-08-20 13:47:19
Author: asutton
Date: 2007-08-20 13:47:18 EDT (Mon, 20 Aug 2007)
New Revision: 38797
URL: http://svn.boost.org/trac/boost/changeset/38797
Log:
Added a couple new graphs
Added:
   sandbox/SOC/2007/graphs/libs/graph/doc/images/reference/prism_3_2.circo   (contents, props changed)
   sandbox/SOC/2007/graphs/libs/graph/doc/images/reference/triangle.circo   (contents, props changed)
Properties modified: 
   sandbox/SOC/2007/graphs/libs/graph/doc/images/reference/distribution_directed.circo   (props changed)
   sandbox/SOC/2007/graphs/libs/graph/doc/images/reference/distribution_undirected.circo   (props changed)
Text files modified: 
   sandbox/SOC/2007/graphs/libs/graph/doc/images/reference/Makefile |     4 +++-                                    
   1 files changed, 3 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2007/graphs/libs/graph/doc/images/reference/Makefile
==============================================================================
--- sandbox/SOC/2007/graphs/libs/graph/doc/images/reference/Makefile	(original)
+++ sandbox/SOC/2007/graphs/libs/graph/doc/images/reference/Makefile	2007-08-20 13:47:18 EDT (Mon, 20 Aug 2007)
@@ -8,7 +8,9 @@
         info_network.dot
 circo_src = \
         distribution_undirected.circo \
-	distribution_directed.circo
+	distribution_directed.circo \
+	triangle.circo \
+	prism_3_2.circo
 fdp_src = \
         social_network.fdp
 neato_src = \
Added: sandbox/SOC/2007/graphs/libs/graph/doc/images/reference/prism_3_2.circo
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/graphs/libs/graph/doc/images/reference/prism_3_2.circo	2007-08-20 13:47:18 EDT (Mon, 20 Aug 2007)
@@ -0,0 +1,7 @@
+digraph {
+    0 -> 1 -> 2 -> 0;
+    3 -> 4 -> 5 -> 3;
+    0 -> 3 -> 0;
+    1 -> 4 -> 1;
+    2 -> 5 -> 2;
+}
\ No newline at end of file
Added: sandbox/SOC/2007/graphs/libs/graph/doc/images/reference/triangle.circo
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/graphs/libs/graph/doc/images/reference/triangle.circo	2007-08-20 13:47:18 EDT (Mon, 20 Aug 2007)
@@ -0,0 +1,3 @@
+graph {
+    0 -- 1 -- 2 -- 0;
+}
\ No newline at end of file