From: wolf Date: Thu, 1 Apr 2004 14:45:41 +0000 (+0000) Subject: Remove the checks for excess errors. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eca5b318a86d719d97c059318db03ba53c02a62c;p=dealii-svn.git Remove the checks for excess errors. git-svn-id: https://svn.dealii.org/trunk@8937 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/lac/block_vector.cc b/tests/lac/block_vector.cc index ab91ac3252..94d2b9d368 100644 --- a/tests/lac/block_vector.cc +++ b/tests/lac/block_vector.cc @@ -104,15 +104,6 @@ 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); - i = i1.local_to_global(2,0); - deallog.pop (); deallog.push("BlockVector"); // initialization by an iterator