From 2c0d09de687b9695f4d5f47c27d019faa1179104 Mon Sep 17 00:00:00 2001
From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de>
Date: Thu, 2 Apr 2015 11:53:36 +0000
Subject: [PATCH] Deprecate multidomain/common/pdelablocaloperator.hh.

It was no longer used and is incompatible to PDELab 2.0.
It is succeeded by MultiDomainLocalOperator.
(reviewed by bernd, approved by becker)


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14520 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 CHANGELOG                                       | 2 ++
 dumux/multidomain/common/pdelablocaloperator.hh | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 33a3f74150..36f3f8fbfc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -107,6 +107,8 @@ Differences Between DuMuX 2.6 and DuMuX 2.7
 
   - CellData2P2Cmultiphysics, replaced by CellData2P2CMultiPhysics.
 
+  - BoxLocalOperator from dumux/multidomain/common/pdelablocaloperator.hh.
+
 * Deprecated MEMBER FUNCTIONS, to be removed after 2.7:
   - The functions "heatCapacity", "densitySolid" (mpnc only) and
     "thermalConductivitySolid/Fluid" in the VolumeVariables of the nonisothermal
diff --git a/dumux/multidomain/common/pdelablocaloperator.hh b/dumux/multidomain/common/pdelablocaloperator.hh
index 334cea9ad8..e6af9bd660 100644
--- a/dumux/multidomain/common/pdelablocaloperator.hh
+++ b/dumux/multidomain/common/pdelablocaloperator.hh
@@ -24,6 +24,8 @@
 #ifndef DUMUX_PDELAB_LOCAL_OPERATOR_HH
 #define DUMUX_PDELAB_LOCAL_OPERATOR_HH
 
+#warning This header is deprecated and will be removed after DuMuX 2.7.
+
 #if ! HAVE_DUNE_PDELAB
 #error "DUNE-PDELab must be available in order to include this file!"
 #endif
-- 
GitLab