From: guido Date: Thu, 9 Nov 2000 18:02:17 +0000 (+0000) Subject: test empty BlockIndices X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=161e964c4b8512ae5d0ea10660e4098e7d7c2842;p=dealii-svn.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");