From: Guido Kanschat Date: Thu, 9 Nov 2000 18:02:17 +0000 (+0000) Subject: test empty BlockIndices X-Git-Tag: v8.0.0~19956 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e9e6e5d5f416fb06b1019c3db8ea2e3ee8ab850;p=dealii.git test empty BlockIndices git-svn-id: https://svn.dealii.org/trunk@3476 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/lac/block_vector.cc b/tests/lac/block_vector.cc index 14fbc39595..0736abedf1 100644 --- a/tests/lac/block_vector.cc +++ b/tests/lac/block_vector.cc @@ -35,7 +35,18 @@ void test () BlockIndices i1(ivector); BlockIndices i2 = i1; - BlockIndices i3(0); + BlockIndices i3; + // no output expected here + deallog.push("empty constructor"); + for (unsigned int i=0 ; ilocal");