From daa413c4dc0d2eb5bde1d98a1b5629f7ad42f856 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 11 Apr 2001 12:47:10 +0000 Subject: [PATCH] Add this file to this directory as well. git-svn-id: https://svn.dealii.org/trunk@4429 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/abort.cc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/lac/abort.cc diff --git a/tests/lac/abort.cc b/tests/lac/abort.cc new file mode 100644 index 0000000000..04de05ab43 --- /dev/null +++ b/tests/lac/abort.cc @@ -0,0 +1,16 @@ +//----------------------------------------------------------------------- +// $Id$ +// Version: $Name$ +// +// Copyright (C) 1998, 1999, 2000, 2001 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. +// +//----------------------------------------------------------------------- + +extern "C" +void abort() +{} -- 2.39.5