From cd1ad9d932bcc6a6e32ae42fe35e1a0227003a4b Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 4 Sep 2013 16:08:07 +0000 Subject: [PATCH] Deprecate headers -- they are now in dune-gfe-coupling [[Imported from SVN: r9467]] --- dune/gfe/coupling/rodcontinuumcomplex.hh | 2 ++ dune/gfe/coupling/rodcontinuumddstep.hh | 2 ++ dune/gfe/coupling/rodcontinuumfixedpointstep.hh | 2 ++ dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh | 2 ++ 4 files changed, 8 insertions(+) diff --git a/dune/gfe/coupling/rodcontinuumcomplex.hh b/dune/gfe/coupling/rodcontinuumcomplex.hh index af791e58..2815b2c0 100644 --- a/dune/gfe/coupling/rodcontinuumcomplex.hh +++ b/dune/gfe/coupling/rodcontinuumcomplex.hh @@ -1,6 +1,8 @@ #ifndef ROD_CONTINUUM_COMPLEX_HH #define ROD_CONTINUUM_COMPLEX_HH +#warning This file is deprecated. Use the one in dune-gfe-coupling instead! + #include <map> #include <string> diff --git a/dune/gfe/coupling/rodcontinuumddstep.hh b/dune/gfe/coupling/rodcontinuumddstep.hh index 1bad7560..bf5edb1e 100644 --- a/dune/gfe/coupling/rodcontinuumddstep.hh +++ b/dune/gfe/coupling/rodcontinuumddstep.hh @@ -1,6 +1,8 @@ #ifndef ROD_CONTINUUM_DD_STEP_HH #define ROD_CONTINUUM_DD_STEP_HH +#warning This file is deprecated. Use the one in dune-gfe-coupling instead! + /** \file * \brief Base class for rod-continuum domain decomposition algorithms */ diff --git a/dune/gfe/coupling/rodcontinuumfixedpointstep.hh b/dune/gfe/coupling/rodcontinuumfixedpointstep.hh index b9a920a7..4846fb0e 100644 --- a/dune/gfe/coupling/rodcontinuumfixedpointstep.hh +++ b/dune/gfe/coupling/rodcontinuumfixedpointstep.hh @@ -1,6 +1,8 @@ #ifndef ROD_CONTINUUM_FIXED_POINT_STEP_HH #define ROD_CONTINUUM_FIXED_POINT_STEP_HH +#warning This file is deprecated. Use the one in dune-gfe-coupling instead! + /** \file * \brief Iteration step of a fixed-point method for rod-continua couplings */ diff --git a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh index bf877835..e77073fe 100644 --- a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh +++ b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh @@ -1,6 +1,8 @@ #ifndef ROD_CONTINUUM_STEKLOV_POINCARE_STEP_HH #define ROD_CONTINUUM_STEKLOV_POINCARE_STEP_HH +#warning This file is deprecated. Use the one in dune-gfe-coupling instead! + #include <vector> #include <dune/common/shared_ptr.hh> -- GitLab