[Dune] [Dune-Commit] dune-grid r5535 - trunk/grid/common

Oliver Sander sander at mi.fu-berlin.de
Mon Sep 28 11:16:51 CEST 2009


Thanks for the quick fix.
O

christi at dune-project.org schrieb:
> Author: christi
> Date: 2009-09-28 11:15:37 +0200 (Mon, 28 Sep 2009)
> New Revision: 5535
>
> Modified:
>    trunk/grid/common/scsgmapper.hh
>    trunk/grid/common/universalmapper.hh
> Log:
> damn it!
>
> universalmapper and scsgmapper don't work on grid views, but still use
> Grid+IndexSet
>
> Oli: Sorry for the problem.
>
>
> Modified: trunk/grid/common/scsgmapper.hh
> ===================================================================
> --- trunk/grid/common/scsgmapper.hh	2009-09-28 09:14:26 UTC (rev 5534)
> +++ trunk/grid/common/scsgmapper.hh	2009-09-28 09:15:37 UTC (rev 5535)
> @@ -47,8 +47,8 @@
>  
>      //! import the base class implementation of map and contains (including the deprecated version)
>      //! \todo remove in after next release
> -    using Mapper< typename GV::Grid, SingleCodimSingleGeomTypeMapper >::map;
> -    using Mapper< typename GV::Grid, SingleCodimSingleGeomTypeMapper >::contains;
> +    using Mapper< G, SingleCodimSingleGeomTypeMapper >::map;
> +    using Mapper< G, SingleCodimSingleGeomTypeMapper >::contains;
>  
>  	/** @brief Construct mapper from grid and one fo its index sets.
>  
>
> Modified: trunk/grid/common/universalmapper.hh
> ===================================================================
> --- trunk/grid/common/universalmapper.hh	2009-09-28 09:14:26 UTC (rev 5534)
> +++ trunk/grid/common/universalmapper.hh	2009-09-28 09:15:37 UTC (rev 5535)
> @@ -40,8 +40,8 @@
>  
>      //! import the base class implementation of map and contains (including the deprecated version)
>      //! \todo remove in after next release
> -    using Mapper< typename GV::Grid, UniversalMapper >::map;
> -    using Mapper< typename GV::Grid, UniversalMapper >::contains;
> +    using Mapper< G, UniversalMapper >::map;
> +    using Mapper< G, UniversalMapper >::contains;
>  
>  	/** @brief Construct mapper from grid and one of its id sets
>  
>
>
> _______________________________________________
> Dune-Commit mailing list
> Dune-Commit at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-commit
>   


-- 
************************************************************************
* Oliver Sander                ** email: sander at mi.fu-berlin.de        *
* Freie Universität Berlin     ** phone: + 49 (30) 838 75348           *
* Institut für Mathematik      ** URL  : page.mi.fu-berlin.de/~sander  *
* Arnimallee 6                 ** -------------------------------------*
* 14195 Berlin, Germany        ** Member of MATHEON (www.matheon.de)   *
************************************************************************





More information about the Dune mailing list