From 329ca00824ba0dd93cfffb1f2ec1864ee97eaf23 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 5 Nov 2007 03:49:28 +0000 Subject: [PATCH] Remove a testcase that doesn't make sense for complex vectors. git-svn-id: https://svn.dealii.org/trunk@15444 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/complex-vector_57.cc | 87 ------------------------ tests/bits/complex_vector_57/cmp/generic | 2 - 2 files changed, 89 deletions(-) delete mode 100644 tests/bits/complex-vector_57.cc delete mode 100644 tests/bits/complex_vector_57/cmp/generic diff --git a/tests/bits/complex-vector_57.cc b/tests/bits/complex-vector_57.cc deleted file mode 100644 index 59250f44cd..0000000000 --- a/tests/bits/complex-vector_57.cc +++ /dev/null @@ -1,87 +0,0 @@ -//---------------------------- vector_57.cc --------------------------- -// $Id$ -// Version: $Name$ -// -// Copyright (C) 2004, 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. -// -//---------------------------- vector_57.cc --------------------------- - - -// check Vector::is_non_zero - -#include "../tests.h" -#include -#include -#include -#include - - -void test (Vector > &v) -{ - // set only certain elements of the - // vector. they are all positive - std::vector pattern (v.size(), false); - for (unsigned int i=0; i > v (100); - test (v); - } - catch (std::exception &exc) - { - std::cerr << std::endl << std::endl - << "----------------------------------------------------" - << std::endl; - std::cerr << "Exception on processing: " << std::endl - << exc.what() << std::endl - << "Aborting!" << std::endl - << "----------------------------------------------------" - << std::endl; - - return 1; - } - catch (...) - { - std::cerr << std::endl << std::endl - << "----------------------------------------------------" - << std::endl; - std::cerr << "Unknown exception!" << std::endl - << "Aborting!" << std::endl - << "----------------------------------------------------" - << std::endl; - return 1; - }; -} diff --git a/tests/bits/complex_vector_57/cmp/generic b/tests/bits/complex_vector_57/cmp/generic deleted file mode 100644 index 0fd8fc12f0..0000000000 --- a/tests/bits/complex_vector_57/cmp/generic +++ /dev/null @@ -1,2 +0,0 @@ - -DEAL::OK -- 2.39.5