[dune-pdelab] [dune-pdelab-commit] dune-pdelab r457 - trunk/dune/pdelab/backend
Bernd Flemisch
bernd at iws.uni-stuttgart.de
Tue Mar 9 15:36:39 CET 2010
Works, thank you!
Bernd
On 03/09/2010 03:28 PM, mblatt at conan.iwr.uni-heidelberg.de wrote:
> Author: mblatt
> Date: Tue Mar 9 15:28:13 2010
> New Revision: 457
> URL: http://svn.dune-project.org/websvn/listing.php?repname=dune-pdelab&path=/&rev=457&sc=1
>
> Log:
> Hopefully removed ambiguity. Please test again.
>
> Modified:
> trunk/dune/pdelab/backend/istlsolverbackend.hh
>
> Modified: trunk/dune/pdelab/backend/istlsolverbackend.hh
> ==============================================================================
> --- trunk/dune/pdelab/backend/istlsolverbackend.hh Thu Mar 4 19:22:16 2010 (r456)
> +++ trunk/dune/pdelab/backend/istlsolverbackend.hh Tue Mar 9 15:28:13 2010 (r457)
> @@ -306,8 +306,8 @@
> struct BlockProcessorHelper
> {};
>
> - template<typename GFS, bool b>
> - struct BlockProcessorHelper<GFS,b,1>
> + template<typename GFS>
> + struct BlockProcessorHelper<GFS,false,1>
> {
>
> template<typename T>
> @@ -340,6 +340,11 @@
> }
> };
>
> + template<typename GFS>
> + struct BlockProcessorHelper<GFS,true,1>
> + : public BlockProcessorHelper<GFS,false,1>
> + {};
> +
> template<typename GFS, int k>
> struct BlockProcessorHelper<GFS, true, k>
> {
>
> _______________________________________________
> dune-pdelab-commit mailing list
> dune-pdelab-commit at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-pdelab-commit
>
>
--
_____________________________________________________________________
Bernd Flemisch phone: +49 711 685 69162
IWS, Universität Stuttgart fax: +49 711 685 60430
Pfaffenwaldring 61 email: bernd at iws.uni-stuttgart.de
D-70569 Stuttgart url: www.hydrosys.uni-stuttgart.de
_____________________________________________________________________
More information about the dune-pdelab
mailing list