From: wolf Date: Wed, 11 Apr 2001 12:47:10 +0000 (+0000) Subject: Add this file to this directory as well. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daa413c4dc0d2eb5bde1d98a1b5629f7ad42f856;p=dealii-svn.git Add this file to this directory as well. git-svn-id: https://svn.dealii.org/trunk@4429 0785d39b-7218-0410-832d-ea1e28bc413d --- 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() +{}