From a775dc05fffa3ef9b647249f674c4abb4f4624ec Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 15 Mar 2008 09:36:05 +0000 Subject: [PATCH] Merged fixes for inspection report failures from the main Trunk. [SVN r43616] --- doc/Release_notes.txt | 15 ++++++++++++++- doc/banded.htm | 13 +++++++------ doc/blas.htm | 11 ++++++----- doc/bounded_array.htm | 11 +++++++++++ doc/container_concept.htm | 12 +++++++----- doc/doxygen.css | 11 +++++++++++ doc/expression_concept.htm | 12 +++++++----- doc/hermitian.htm | 12 +++++++----- doc/index.htm | 12 +++++++----- doc/index.html | 10 ++++++++++ doc/iterator_concept.htm | 12 +++++++----- doc/matrix.htm | 12 +++++++----- doc/matrix_expression.htm | 12 +++++++----- doc/matrix_proxy.htm | 12 +++++++----- doc/matrix_sparse.htm | 12 +++++++----- doc/operations_overview.htm | 12 +++++++----- doc/overview.htm | 12 +++++++----- doc/products.htm | 12 +++++++----- doc/range.htm | 11 +++++++++++ doc/storage_concept.htm | 12 +++++++----- doc/storage_sparse.htm | 12 +++++++----- doc/symmetric.htm | 12 +++++++----- doc/triangular.htm | 12 +++++++----- doc/types_overview.htm | 12 +++++++----- doc/ublas.css | 11 +++++++++++ doc/unbounded_array.htm | 12 +++++++----- doc/vector.htm | 12 +++++++----- doc/vector_expression.htm | 12 +++++++----- doc/vector_proxy.htm | 12 +++++++----- doc/vector_sparse.htm | 12 +++++++----- .../boost/numeric/ublas/detail/documentation.hpp | 12 ++++-------- test/README | 6 ++++++ test/manual/sp_resize.cpp | 2 +- 33 files changed, 246 insertions(+), 131 deletions(-) diff --git a/doc/Release_notes.txt b/doc/Release_notes.txt index 7cfb2ecd..621ef4b1 100644 --- a/doc/Release_notes.txt +++ b/doc/Release_notes.txt @@ -1,3 +1,16 @@ +UBLAS +~~~~~ + +Copyright (c) 2000-2004 Joerg Walter, Mathias Koch + +Distributed under 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) + +1.35.0 + Updated all files to BSL v1 with permission of the authors. + PRE 1.34.0 - FIX size_type and difference_type can be non defaults and uBLAS expressions use the correct types. + FIX size_type and difference_type can be non defaults and uBLAS + expressions use the correct types. \ No newline at end of file diff --git a/doc/banded.htm b/doc/banded.htm index a9f21796..fe50d518 100644 --- a/doc/banded.htm +++ b/doc/banded.htm @@ -1,4 +1,4 @@ - @@ -562,10 +562,11 @@ the reversed banded_adaptor.

Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
-Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

+ Use, modification and distribution are 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). +

diff --git a/doc/blas.htm b/doc/blas.htm index 011cfb38..29f62854 100644 --- a/doc/blas.htm +++ b/doc/blas.htm @@ -434,10 +434,11 @@ generalized hermitian rank k update: m1 = t1 * m1 + <

Copyright (©) 2000-2004 Michael Stevens, Mathias Koch, Joerg Walter, Gunter Winkler
-Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

+Use, modification and distribution are 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). +

diff --git a/doc/bounded_array.htm b/doc/bounded_array.htm index 0dd3283f..cb4fc59f 100644 --- a/doc/bounded_array.htm +++ b/doc/bounded_array.htm @@ -196,5 +196,16 @@ member inside this model of the concept. +
+

+ Copyright (©) 2000-2004 Michael Stevens, Mathias Koch, + Joerg Walter, Gunter Winkler
+ Use, modification and distribution are 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 + ). +

diff --git a/doc/container_concept.htm b/doc/container_concept.htm index 7625769a..2613b6fe 100644 --- a/doc/container_concept.htm +++ b/doc/container_concept.htm @@ -405,10 +405,12 @@ size.

As a user you need not care about Matrix being a refinement of the MatrixExpression. Being a refinement of the MatrixExpression is only important for the template-expression engine but not the user.


Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
-Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

+ Use, modification and distribution are 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 + ). +

diff --git a/doc/doxygen.css b/doc/doxygen.css index dc9da522..6dbaf573 100644 --- a/doc/doxygen.css +++ b/doc/doxygen.css @@ -1,3 +1,14 @@ +/* + * Copyright 2000-2004 Michael Stevens, Mathias Koch, + * Joerg Walter, Gunter Winkler. + * + * Use, modification and distribution are 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). + */ + + H1 { text-align: center; font-family: Geneva, Arial, Helvetica, sans-serif; diff --git a/doc/expression_concept.htm b/doc/expression_concept.htm index ade2a507..df18d007 100644 --- a/doc/expression_concept.htm +++ b/doc/expression_concept.htm @@ -1029,10 +1029,12 @@ the distance from m.rbegin2 () to m.rend2

Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
-Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

+ Use, modification and distribution are 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 + ). +

diff --git a/doc/hermitian.htm b/doc/hermitian.htm index 03c9722c..5a915cbf 100644 --- a/doc/hermitian.htm +++ b/doc/hermitian.htm @@ -578,10 +578,12 @@ Supported parameters for the type of the hermitian adaptor are lower and upper.


Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
-Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

+ Use, modification and distribution are 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 + ). +

diff --git a/doc/index.htm b/doc/index.htm index 542f9f1d..b49a2ae0 100644 --- a/doc/index.htm +++ b/doc/index.htm @@ -298,10 +298,12 @@ reintroducing temporaries using either prod (A, > (B, C)).


Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
-Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

+ Use, modification and distribution are 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 + ). +

diff --git a/doc/index.html b/doc/index.html index 32626624..35f0862f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -8,5 +8,15 @@

Please update your bookmarks to point to index.htm. You will be redirected in a second.

+

+ Copyright (©) 2000-2004 Michael Stevens, Mathias Koch, + Joerg Walter, Gunter Winkler
+ Use, modification and distribution are 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 + ). +

diff --git a/doc/iterator_concept.htm b/doc/iterator_concept.htm index 2b06024b..7789f8bc 100644 --- a/doc/iterator_concept.htm +++ b/doc/iterator_concept.htm @@ -1149,10 +1149,12 @@ it2 + (it1 - it2)
.

Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
-Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

+ Use, modification and distribution are 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 + ). +

diff --git a/doc/matrix.htm b/doc/matrix.htm index a3de0969..52393556 100644 --- a/doc/matrix.htm +++ b/doc/matrix.htm @@ -749,10 +749,12 @@ end of the reversed scalar_matrix.

Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
-Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

+ Use, modification and distribution are 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 + ). +

diff --git a/doc/matrix_expression.htm b/doc/matrix_expression.htm index eef0af40..9aa92d4d 100644 --- a/doc/matrix_expression.htm +++ b/doc/matrix_expression.htm @@ -1409,10 +1409,12 @@ int main () {

Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
-Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

+ Use, modification and distribution are 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 + ). +

diff --git a/doc/matrix_proxy.htm b/doc/matrix_proxy.htm index 77acb906..d3f790b6 100644 --- a/doc/matrix_proxy.htm +++ b/doc/matrix_proxy.htm @@ -1409,10 +1409,12 @@ int main () {

Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
-Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

+ Use, modification and distribution are 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 + ). +

diff --git a/doc/matrix_sparse.htm b/doc/matrix_sparse.htm index 75675260..f22ba9f4 100644 --- a/doc/matrix_sparse.htm +++ b/doc/matrix_sparse.htm @@ -964,10 +964,12 @@ Supported parameters for the adapted array are std::vector<> .


Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
-Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

+ Use, modification and distribution are 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 + ). +

diff --git a/doc/operations_overview.htm b/doc/operations_overview.htm index 48f19633..01d5304d 100644 --- a/doc/operations_overview.htm +++ b/doc/operations_overview.htm @@ -242,10 +242,12 @@ depends on numerical properties of A and the result of the prod(B,C).

Copyright (©) 2000-2007 Joerg Walter, Mathias Koch, Gunter Winkler, Michael Stevens
-Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

+ Use, modification and distribution are 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 + ). +

diff --git a/doc/overview.htm b/doc/overview.htm index a008b38a..0780b72b 100644 --- a/doc/overview.htm +++ b/doc/overview.htm @@ -948,10 +948,12 @@ generic vector and matrix classes seems to remain. The difference w.r.t. alias assumptions remains visible, too.


Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
-Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

+ Use, modification and distribution are 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 + ). +

diff --git a/doc/products.htm b/doc/products.htm index 9587a4eb..f3178c7d 100644 --- a/doc/products.htm +++ b/doc/products.htm @@ -300,10 +300,12 @@ This function may give a speedup if A has less columns than rows, b

Copyright (©) 2000-2004 Michael Stevens, Mathias Koch, Joerg Walter, Gunter Winkler
-Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

+ Use, modification and distribution are 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 + ). +

diff --git a/doc/range.htm b/doc/range.htm index 666c7fb7..843fbead 100644 --- a/doc/range.htm +++ b/doc/range.htm @@ -206,5 +206,16 @@ end of the reversed slice.
  • None all strides are vaild. However when an index is returned or an iterator is dereferenced its value must be representable as the size_type.
  • +
    +

    + Copyright (©) 2000-2004 Michael Stevens, Mathias Koch, + Joerg Walter, Gunter Winkler
    + Use, modification and distribution are 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 + ). +

    diff --git a/doc/storage_concept.htm b/doc/storage_concept.htm index f1ec40a1..64efe3db 100644 --- a/doc/storage_concept.htm +++ b/doc/storage_concept.htm @@ -137,11 +137,13 @@ each element value may be a previously assigned value or default construced valu

    Notes


    Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
    -Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

    + Use, modification and distribution are 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 + ). +

    \ No newline at end of file diff --git a/doc/storage_sparse.htm b/doc/storage_sparse.htm index a29d6aec..e8a42f12 100644 --- a/doc/storage_sparse.htm +++ b/doc/storage_sparse.htm @@ -269,10 +269,12 @@ the reversed map_array.

    Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
    -Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

    + Use, modification and distribution are 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 + ). +

    diff --git a/doc/symmetric.htm b/doc/symmetric.htm index 79882b85..11110fad 100644 --- a/doc/symmetric.htm +++ b/doc/symmetric.htm @@ -569,10 +569,12 @@ Supported parameters for the type of the symmetric adaptor are lower and upper.


    Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
    -Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

    + Use, modification and distribution are 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 + ). +

    diff --git a/doc/triangular.htm b/doc/triangular.htm index 05ae8455..eea59333 100644 --- a/doc/triangular.htm +++ b/doc/triangular.htm @@ -579,10 +579,12 @@ Supported parameters for the type of the triangular adaptor are and unit_upper .


    Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
    -Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

    + Use, modification and distribution are 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 + ). +

    diff --git a/doc/types_overview.htm b/doc/types_overview.htm index b2da64e4..b6037234 100644 --- a/doc/types_overview.htm +++ b/doc/types_overview.htm @@ -561,10 +561,12 @@ The storage layout usually is BLAS compliant.

    Copyright (©) 2000-2004 Joerg Walter, Mathias Koch, Gunter Winkler, Michael Stevens
    -Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

    + Use, modification and distribution are 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 + ). +

    diff --git a/doc/ublas.css b/doc/ublas.css index be6854e1..1b7ec044 100644 --- a/doc/ublas.css +++ b/doc/ublas.css @@ -1,3 +1,14 @@ +/* + * Copyright 2000-2004 Michael Stevens, Mathias Koch, + * Joerg Walter, Gunter Winkler. + * + * Use, modification and distribution are 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). + */ + + table { border-width: medium; background-color: #F8F8F8; diff --git a/doc/unbounded_array.htm b/doc/unbounded_array.htm index f7e56071..19626730 100644 --- a/doc/unbounded_array.htm +++ b/doc/unbounded_array.htm @@ -200,10 +200,12 @@ the unbounded_array.

    Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
    -Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

    + Use, modification and distribution are 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 + ). +

    diff --git a/doc/vector.htm b/doc/vector.htm index 125bebfd..de920542 100644 --- a/doc/vector.htm +++ b/doc/vector.htm @@ -736,10 +736,12 @@ end of the reversed scalar_vector.

    Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
    -Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

    + Use, modification and distribution are 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 + ). +

    diff --git a/doc/vector_expression.htm b/doc/vector_expression.htm index 1ec6759f..7f5d8c88 100644 --- a/doc/vector_expression.htm +++ b/doc/vector_expression.htm @@ -950,10 +950,12 @@ int main () {

    Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
    -Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

    + Use, modification and distribution are 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 + ). +

    diff --git a/doc/vector_proxy.htm b/doc/vector_proxy.htm index af675d82..648cbd0c 100644 --- a/doc/vector_proxy.htm +++ b/doc/vector_proxy.htm @@ -508,10 +508,12 @@ int main () {

    Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
    -Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

    + Use, modification and distribution are 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 + ). +

    diff --git a/doc/vector_sparse.htm b/doc/vector_sparse.htm index 53190c73..7659ccec 100644 --- a/doc/vector_sparse.htm +++ b/doc/vector_sparse.htm @@ -781,10 +781,12 @@ Supported parameters for the adapted array are std::vector<> .


    Copyright (©) 2000-2002 Joerg Walter, Mathias Koch
    -Permission to copy, use, modify, sell and distribute this document -is granted provided this copyright notice appears in all copies. -This document is provided ``as is'' without express or implied -warranty, and with no claim as to its suitability for any -purpose.

    + Use, modification and distribution are 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 + ). +

    diff --git a/include/boost/numeric/ublas/detail/documentation.hpp b/include/boost/numeric/ublas/detail/documentation.hpp index 6c91e328..4b2bcf0b 100644 --- a/include/boost/numeric/ublas/detail/documentation.hpp +++ b/include/boost/numeric/ublas/detail/documentation.hpp @@ -1,14 +1,10 @@ // // Copyright (c) 2000-2004 -// Joerg Walter, Mathias Koch and uBLAS developers +// Joerg Walter, Mathias Koch // -// Permission to use, copy, modify, distribute and sell this software -// and its documentation for any purpose is hereby granted without fee, -// provided that the above copyright notice appear in all copies and -// that both that copyright notice and this permission notice appear -// in supporting documentation. The authors make no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. +// Distributed under 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) // // The authors gratefully acknowledge the support of // GeNeSys mbH & Co. KG in producing this work. diff --git a/test/README b/test/README index 685ebc18..2e3e7177 100644 --- a/test/README +++ b/test/README @@ -1,3 +1,9 @@ +Copyright (c) 2000-2004 Joerg Walter, Mathias Koch + +Distributed under 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) + uBLAS test director Use boost::test to test various uBLAS containers and expressions diff --git a/test/manual/sp_resize.cpp b/test/manual/sp_resize.cpp index 665a4a5a..2d52dbbd 100644 --- a/test/manual/sp_resize.cpp +++ b/test/manual/sp_resize.cpp @@ -15,7 +15,7 @@ template void printV(const V& v) { std::cout << "size: " << v.size() << " nnz_capacity: " << v.nnz_capacity() << " nnz: " << v.nnz() << std::endl; for (typename V::const_iterator i = v.begin(); i != v.end(); i++) { - std::cout << i.index() << ":" << (*i) << " "; + std::cout << i.index() << ":" << (*i) << " "; } std::cout << std::endl; }