[dune-pdelab] A few simple patches
Christian Engwer
christian.engwer at uni-muenster.de
Tue Jan 21 21:59:45 CET 2014
Thanks :-) patch applied
On Tue, Jan 21, 2014 at 09:29:06PM +0100, Oliver Sander wrote:
> Dear pdelab-team,
> please consider applying the following simple patches.
> They fix a few cosmetic issues and add a missing header.
> Thanks,
> Oliver
> From 27d22bc5a494255e4d79e60b493c181533346c8b Mon Sep 17 00:00:00 2001
> From: Oliver Sander <sander at igpm.rwth-aachen.de>
> Date: Tue, 21 Jan 2014 19:41:28 +0100
> Subject: [PATCH 1/3] Fix copy'n'paste bug
>
> ---
> dune/pdelab/localoperator/linearelasticityparameter.hh | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/dune/pdelab/localoperator/linearelasticityparameter.hh b/dune/pdelab/localoperator/linearelasticityparameter.hh
> index 8f93b2c..8d9f111 100644
> --- a/dune/pdelab/localoperator/linearelasticityparameter.hh
> +++ b/dune/pdelab/localoperator/linearelasticityparameter.hh
> @@ -17,9 +17,9 @@
> namespace Dune {
> namespace PDELab {
>
> - /** \brief Traits class for linear acoustics parameters
> + /** \brief Traits class for linear elasticity parameters
> *
> - * A class supplying parameters to a linear-acoustics local
> + * A class supplying parameters to a linear-elasticity local
> * operator has to define a public traits class exporting the needed
> * types and constants.
> */
> --
> 1.8.5.2
>
> From e99fdb3edb9896ad4aafac40712384e14eb9a745 Mon Sep 17 00:00:00 2001
> From: Oliver Sander <sander at igpm.rwth-aachen.de>
> Date: Tue, 21 Jan 2014 19:41:58 +0100
> Subject: [PATCH 2/3] Ignore the 'compile' script
>
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 94487b3..4357184 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -13,6 +13,7 @@ Makefile.in
> /am
> /autom4te.cache
> /build-cmake
> +/compile
> /config.guess
> /config.h
> /config.h.in
> --
> 1.8.5.2
>
> From 3eafc093a9a5338bb02876df6db2802663a52e98 Mon Sep 17 00:00:00 2001
> From: Oliver Sander <sander at igpm.rwth-aachen.de>
> Date: Tue, 21 Jan 2014 21:27:28 +0100
> Subject: [PATCH 3/3] Include missing header
>
> ---
> dune/pdelab/localoperator/linearelasticityparameter.hh | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/dune/pdelab/localoperator/linearelasticityparameter.hh b/dune/pdelab/localoperator/linearelasticityparameter.hh
> index 8d9f111..5ba07b6 100644
> --- a/dune/pdelab/localoperator/linearelasticityparameter.hh
> +++ b/dune/pdelab/localoperator/linearelasticityparameter.hh
> @@ -13,6 +13,7 @@
> #include<dune/pdelab/common/geometrywrapper.hh>
> #include<dune/pdelab/common/function.hh>
> #include<dune/pdelab/common/functionutilities.hh>
> +#include<dune/pdelab/constraints/common/constraintsparameters.hh>
>
> namespace Dune {
> namespace PDELab {
> --
> 1.8.5.2
>
> _______________________________________________
> dune-pdelab mailing list
> dune-pdelab at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-pdelab
--
Prof. Dr. Christian Engwer
Institut für Numerische und Angewandte Mathematik
Fachbereich Mathematik und Informatik der Universität Münster
Einsteinstrasse 62
48149 Münster
E-Mail christian.engwer at uni-muenster.de
Telefon +49 251 83-35067
FAX +49 251 83-32729
More information about the dune-pdelab
mailing list