$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52390 - trunk/boost/graph/distributed
From: jewillco_at_[hidden]
Date: 2009-04-14 12:21:42
Author: jewillco
Date: 2009-04-14 12:21:41 EDT (Tue, 14 Apr 2009)
New Revision: 52390
URL: http://svn.boost.org/trac/boost/changeset/52390
Log:
Removed tabs
Text files modified:
trunk/boost/graph/distributed/rmat_graph_generator.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/graph/distributed/rmat_graph_generator.hpp
==============================================================================
--- trunk/boost/graph/distributed/rmat_graph_generator.hpp (original)
+++ trunk/boost/graph/distributed/rmat_graph_generator.hpp 2009-04-14 12:21:41 EDT (Tue, 14 Apr 2009)
@@ -24,7 +24,7 @@
// the unique rmat generator. Edge list generated is sorted and
// unique.
template<typename ProcessGroup, typename Distribution,
- typename RandomGenerator, typename Graph>
+ typename RandomGenerator, typename Graph>
class scalable_rmat_iterator
{
typedef typename graph_traits<Graph>::directed_category directed_category;