[Dune] [Dune-Commit] dune-grid-howto r366 - trunk

Christian Engwer christian.engwer at uni-muenster.de
Mon Jan 16 08:59:51 CET 2012


On Mon, Jan 16, 2012 at 08:55:36AM +0100, gruenich at dune-project.org wrote:
> Author: gruenich
> Date: 2012-01-16 08:55:36 +0100 (Mon, 16 Jan 2012)
> New Revision: 366
> 
> Modified:
>    trunk/dune.module
>    trunk/finiteelements.cc
>    trunk/integrateentity.hh
> Log:
> Make dune-grid-howto aware of the new dune-geometry module.

actually this isn't necessary, as it inherits the dependency from
dune-grid. We could even drop the direct dune-common dependency.

Christian


> Modified: trunk/dune.module
> ===================================================================
> --- trunk/dune.module	2012-01-04 15:22:31 UTC (rev 365)
> +++ trunk/dune.module	2012-01-16 07:55:36 UTC (rev 366)
> @@ -2,4 +2,4 @@
>  Module: dune-grid-howto
>  Maintainer: dune at dune-project.org
>  Version: 2.2-svn
> -Depends: dune-common (>= 2.2) dune-grid (>= 2.2) dune-istl (>= 2.2)
> +Depends: dune-common (>= 2.2) dune-geometry (>= 2.2) dune-grid (>= 2.2) dune-istl (>= 2.2)
> 
> Modified: trunk/finiteelements.cc
> ===================================================================
> --- trunk/finiteelements.cc	2012-01-04 15:22:31 UTC (rev 365)
> +++ trunk/finiteelements.cc	2012-01-16 07:55:36 UTC (rev 366)
> @@ -4,7 +4,7 @@
>  #include <set>
>  #include <dune/common/fvector.hh>
>  #include <dune/common/fmatrix.hh>
> -#include <dune/grid/common/quadraturerules.hh>
> +#include <dune/geometry/quadraturerules.hh>
>  #include <dune/grid/io/file/vtk/vtkwriter.hh>
>  #include <dune/istl/bvector.hh>
>  #include <dune/istl/bcrsmatrix.hh>
> 
> Modified: trunk/integrateentity.hh
> ===================================================================
> --- trunk/integrateentity.hh	2012-01-04 15:22:31 UTC (rev 365)
> +++ trunk/integrateentity.hh	2012-01-16 07:55:36 UTC (rev 366)
> @@ -2,7 +2,7 @@
>  #define DUNE_INTEGRATE_ENTITY_HH
>  
>  #include<dune/common/exceptions.hh>
> -#include<dune/grid/common/quadraturerules.hh>
> +#include<dune/geometry/quadraturerules.hh>
>  
>  //! compute integral of function over entity with given order
>  template<class Iterator, class Functor>
> 
> 
> _______________________________________________
> Dune-Commit mailing list
> Dune-Commit at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-commit
> 




More information about the Dune mailing list