From d9d8827a00488ef0dcdc7bacf62baa10b6fcabed Mon Sep 17 00:00:00 2001
From: Andreas Lauser <and@poware.org>
Date: Fri, 12 Aug 2011 11:37:07 +0000
Subject: [PATCH] remove obsolete file boxbicgstabilu0solver.hh

it was not even used by -devel...

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6469 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/linear/boxbicgstabilu0solver.hh | 33 ---------------------------
 1 file changed, 33 deletions(-)
 delete mode 100644 dumux/linear/boxbicgstabilu0solver.hh

diff --git a/dumux/linear/boxbicgstabilu0solver.hh b/dumux/linear/boxbicgstabilu0solver.hh
deleted file mode 100644
index 7b77c8fe43..0000000000
--- a/dumux/linear/boxbicgstabilu0solver.hh
+++ /dev/null
@@ -1,33 +0,0 @@
-/*****************************************************************************
- *   Copyright (C) 2011 by Andreas Lauser                                    *
- *   Institute of Hydraulic Engineering                                      *
- *   University of Stuttgart, Germany                                        *
- *   email: <givenname>.<name>@iws.uni-stuttgart.de                          *
- *                                                                           *
- *   This program is free software: you can redistribute it and/or modify    *
- *   it under the terms of the GNU General Public License as published by    *
- *   the Free Software Foundation, either version 2 of the License, or       *
- *   (at your option) any later version.                                     *
- *                                                                           *
- *   This program is distributed in the hope that it will be useful,         *
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of          *
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           *
- *   GNU General Public License for more details.                            *
- *                                                                           *
- *   You should have received a copy of the GNU General Public License       *
- *   along with this program.  If not, see <http://www.gnu.org/licenses/>.   *
- *****************************************************************************/
-/*!
- * \file
- *
- * \brief Provides a linear solver for the stabilized BiCG method with
- *        an ILU-0 preconditioner.
- */
-#ifndef DUMUX_BICGSTAB_ILU0_SOLVER_HH
-#define DUMUX_BICGSTAB_ILU0_SOLVER_HH
-
-#warning inclusion of this file is DEPRECATED, please include boxlinearsolver.hh instead
-
-#include <dumux/linear/boxlinearsolver.hh>
-
-#endif
-- 
GitLab