Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-02-17 07:21:47


Author: danieljames
Date: 2008-02-17 07:21:46 EST (Sun, 17 Feb 2008)
New Revision: 43284
URL: http://svn.boost.org/trac/boost/changeset/43284

Log:
Fix some link errors due to replacing // with #.
Text files modified:
   branches/fix-links/libs/mpi/example/python/hello_world.py | 2 +-
   branches/fix-links/libs/mpi/test/python/all_gather_test.py | 2 +-
   branches/fix-links/libs/mpi/test/python/all_reduce_test.py | 2 +-
   branches/fix-links/libs/mpi/test/python/all_to_all_test.py | 2 +-
   branches/fix-links/libs/mpi/test/python/broadcast_test.py | 2 +-
   branches/fix-links/libs/mpi/test/python/gather_test.py | 2 +-
   branches/fix-links/libs/mpi/test/python/generators.py | 2 +-
   branches/fix-links/libs/mpi/test/python/reduce_test.py | 2 +-
   branches/fix-links/libs/mpi/test/python/ring_test.py | 2 +-
   branches/fix-links/libs/mpi/test/python/scan_test.py | 2 +-
   branches/fix-links/libs/mpi/test/python/scatter_test.py | 2 +-
   branches/fix-links/libs/mpi/test/python/skeleton_content_test.py | 2 +-
   12 files changed, 12 insertions(+), 12 deletions(-)

Modified: branches/fix-links/libs/mpi/example/python/hello_world.py
==============================================================================
--- branches/fix-links/libs/mpi/example/python/hello_world.py (original)
+++ branches/fix-links/libs/mpi/example/python/hello_world.py 2008-02-17 07:21:46 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 
 # Use, modification and distribution is subject to the Boost Software
 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http:#www.boost.org/LICENSE_1_0.txt)
+# http://www.boost.org/LICENSE_1_0.txt)
 
 import boost.parallel.mpi as mpi
 

Modified: branches/fix-links/libs/mpi/test/python/all_gather_test.py
==============================================================================
--- branches/fix-links/libs/mpi/test/python/all_gather_test.py (original)
+++ branches/fix-links/libs/mpi/test/python/all_gather_test.py 2008-02-17 07:21:46 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 
 # Use, modification and distribution is subject to the Boost Software
 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http:#www.boost.org/LICENSE_1_0.txt)
+# http://www.boost.org/LICENSE_1_0.txt)
 
 # Test all_gather() collective.
 

Modified: branches/fix-links/libs/mpi/test/python/all_reduce_test.py
==============================================================================
--- branches/fix-links/libs/mpi/test/python/all_reduce_test.py (original)
+++ branches/fix-links/libs/mpi/test/python/all_reduce_test.py 2008-02-17 07:21:46 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 
 # Use, modification and distribution is subject to the Boost Software
 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http:#www.boost.org/LICENSE_1_0.txt)
+# http://www.boost.org/LICENSE_1_0.txt)
 
 # Test all_reduce() collective.
 

Modified: branches/fix-links/libs/mpi/test/python/all_to_all_test.py
==============================================================================
--- branches/fix-links/libs/mpi/test/python/all_to_all_test.py (original)
+++ branches/fix-links/libs/mpi/test/python/all_to_all_test.py 2008-02-17 07:21:46 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 
 # Use, modification and distribution is subject to the Boost Software
 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http:#www.boost.org/LICENSE_1_0.txt)
+# http://www.boost.org/LICENSE_1_0.txt)
 
 # Test all_to_all() collective.
 

Modified: branches/fix-links/libs/mpi/test/python/broadcast_test.py
==============================================================================
--- branches/fix-links/libs/mpi/test/python/broadcast_test.py (original)
+++ branches/fix-links/libs/mpi/test/python/broadcast_test.py 2008-02-17 07:21:46 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 
 # Use, modification and distribution is subject to the Boost Software
 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http:#www.boost.org/LICENSE_1_0.txt)
+# http://www.boost.org/LICENSE_1_0.txt)
 
 # Test broadcast() collective.
 

Modified: branches/fix-links/libs/mpi/test/python/gather_test.py
==============================================================================
--- branches/fix-links/libs/mpi/test/python/gather_test.py (original)
+++ branches/fix-links/libs/mpi/test/python/gather_test.py 2008-02-17 07:21:46 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 
 # Use, modification and distribution is subject to the Boost Software
 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http:#www.boost.org/LICENSE_1_0.txt)
+# http://www.boost.org/LICENSE_1_0.txt)
 
 # Test gather() collective.
 

Modified: branches/fix-links/libs/mpi/test/python/generators.py
==============================================================================
--- branches/fix-links/libs/mpi/test/python/generators.py (original)
+++ branches/fix-links/libs/mpi/test/python/generators.py 2008-02-17 07:21:46 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 
 # Use, modification and distribution is subject to the Boost Software
 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http:#www.boost.org/LICENSE_1_0.txt)
+# http://www.boost.org/LICENSE_1_0.txt)
 
 # Value generators used in the Boost.MPI Python regression tests
 def int_generator(p):

Modified: branches/fix-links/libs/mpi/test/python/reduce_test.py
==============================================================================
--- branches/fix-links/libs/mpi/test/python/reduce_test.py (original)
+++ branches/fix-links/libs/mpi/test/python/reduce_test.py 2008-02-17 07:21:46 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 
 # Use, modification and distribution is subject to the Boost Software
 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http:#www.boost.org/LICENSE_1_0.txt)
+# http://www.boost.org/LICENSE_1_0.txt)
 
 # Test reduce() collective.
 

Modified: branches/fix-links/libs/mpi/test/python/ring_test.py
==============================================================================
--- branches/fix-links/libs/mpi/test/python/ring_test.py (original)
+++ branches/fix-links/libs/mpi/test/python/ring_test.py 2008-02-17 07:21:46 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 
 # Use, modification and distribution is subject to the Boost Software
 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http:#www.boost.org/LICENSE_1_0.txt)
+# http://www.boost.org/LICENSE_1_0.txt)
 
 # Test basic communication.
 

Modified: branches/fix-links/libs/mpi/test/python/scan_test.py
==============================================================================
--- branches/fix-links/libs/mpi/test/python/scan_test.py (original)
+++ branches/fix-links/libs/mpi/test/python/scan_test.py 2008-02-17 07:21:46 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 
 # Use, modification and distribution is subject to the Boost Software
 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http:#www.boost.org/LICENSE_1_0.txt)
+# http://www.boost.org/LICENSE_1_0.txt)
 
 # Test scan() collective.
 

Modified: branches/fix-links/libs/mpi/test/python/scatter_test.py
==============================================================================
--- branches/fix-links/libs/mpi/test/python/scatter_test.py (original)
+++ branches/fix-links/libs/mpi/test/python/scatter_test.py 2008-02-17 07:21:46 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 
 # Use, modification and distribution is subject to the Boost Software
 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http:#www.boost.org/LICENSE_1_0.txt)
+# http://www.boost.org/LICENSE_1_0.txt)
 
 # Test scatter() collective.
 

Modified: branches/fix-links/libs/mpi/test/python/skeleton_content_test.py
==============================================================================
--- branches/fix-links/libs/mpi/test/python/skeleton_content_test.py (original)
+++ branches/fix-links/libs/mpi/test/python/skeleton_content_test.py 2008-02-17 07:21:46 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 
 # Use, modification and distribution is subject to the Boost Software
 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http:#www.boost.org/LICENSE_1_0.txt)
+# http://www.boost.org/LICENSE_1_0.txt)
 
 # Test skeleton/content
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk