From c03571842ff3c8ddb2bf8c80a1d5bc2e9da4375e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 3 Mar 2005 23:15:32 +0000 Subject: [PATCH] Remove test again -- Guido is right. git-svn-id: https://svn.dealii.org/trunk@9995 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/block_matrix_array_02.cc | 39 ----------------------------- 1 file changed, 39 deletions(-) delete mode 100644 tests/bits/block_matrix_array_02.cc diff --git a/tests/bits/block_matrix_array_02.cc b/tests/bits/block_matrix_array_02.cc deleted file mode 100644 index 54eccf1f15..0000000000 --- a/tests/bits/block_matrix_array_02.cc +++ /dev/null @@ -1,39 +0,0 @@ -//---------------------------- block_matrix_array_02.cc --------------------------- -// $Id$ -// Version: $Name$ -// -// Copyright (C) 2005 by the deal.II authors -// -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. -// -//---------------------------- block_matrix_array_02.cc --------------------------- - - -// the class BlockMatrixArray had no local type value_type that is -// needed in some places. in particular, this is needed for -// PreconditionBlockSSOR -// -// this test doesn't do anything particularly useful, it just makes sure that -// we can compile this kind of code - -#include -#include -#include -#include -#include - - -int main () -{ - std::ofstream logfile("block_matrix_array_02.output"); - deallog.attach(logfile); - deallog.depth_console(0); - - BlockMatrixArray >::value_type i = 1.0; - deallog << i << std::endl; - - return 0; -} -- 2.39.5