[Dune] [Fwd: Re: [Dune-Commit] dune-istl r929 - trunk/istl]

Jö Fahlke jorrit at jorrit.de
Tue Aug 5 19:26:47 CEST 2008


Am Mon,  4. Aug 2008, 12:46:46 +0200 schrieb Markus Blatt:
> Could everybody participating in the discussion tell me whether this
> solution is OK?

> Index: dune-common/common/fmatrix.hh
> ===================================================================
> --- dune-common/common/fmatrix.hh	(Revision 5251)
> +++ dune-common/common/fmatrix.hh	(Arbeitskopie)
> @@ -24,7 +25,38 @@
>  */
>  
>    template<class K, int n, int m> class FieldMatrix;
> +
> +  template<class K, int n, int m, typename T>
> +  void istl_assign_to_fmatrix(FieldMatrix<K,n,m>& f, const T& t)
          ^^^^^^^^^^^^^^^^^^^^^^
[...]
> +    template<bool b>
> +    struct Assigner
> +    {
> +      template<class K, int n, int m, class T>
> +      static void assign(FieldMatrix<K,n,m>& fm, const T& t)
> +      {
> +	istl_assign_fmatrix(fm, t);
        ^^^^^^^^^^^^^^^^^^^

These two names don't match.  OK, maybe it's correct, but it looks
odd.

Bye,
Jö.

-- 
<ex-bart> beleidige cernlib
-:- SignOff Volk1: #macht (EOF From client)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <https://lists.dune-project.org/pipermail/dune/attachments/20080805/50973a2b/attachment.sig>


More information about the Dune mailing list