From 2dd3ddabecb0dcbce8bac26d1afd9dffbeedf675 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 10 Jan 2002 12:31:55 +0000 Subject: [PATCH] Add comment. git-svn-id: https://svn.dealii.org/trunk@5374 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/block_vector.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/lac/block_vector.cc b/tests/lac/block_vector.cc index f884d024cc..9820b91173 100644 --- a/tests/lac/block_vector.cc +++ b/tests/lac/block_vector.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001 by the deal.II authors +// Copyright (C) 2000, 2001, 2002 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -120,6 +120,10 @@ void test () } deallog.pop(); + // the following three calls to + // functions of i1 are only meant + // to generate out-of-range + // exceptions deallog << "Range" << std::endl; unsigned int i = i1.global_to_local(3).first; i = i1.local_to_global(1,2); -- 2.39.5