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

Oliver Sander sander at mi.fu-berlin.de
Mon Oct 6 20:42:11 CEST 2008


Hi Markus!
Sorry for not commenting.  I did not have any objections.
Thanks for the patch.

--
Oliver

Markus Blatt schrieb:
> Hi,
>
> On Mon, Aug 04, 2008 at 12:46:46PM +0200, Markus Blatt wrote:
>   
>> Could everybody participating in the discussion tell me whether this
>> solution is OK?
>>
>> Markus
>>
>> P.S.: Diff is attached
>> Index: dune-common/common/fmatrix.hh
>> ===================================================================
>> --- dune-common/common/fmatrix.hh	(Revision 5251)
>> +++ dune-common/common/fmatrix.hh	(Arbeitskopie)
>> @@ -9,6 +9,7 @@
>>  #include "exceptions.hh"
>>  #include "fvector.hh"
>>  #include "precision.hh"
>> +#include "static_assert.hh"
>>  
>>  namespace Dune {
>>     
>> @@ -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)
>> +  {
>> +      throw "You need to overload this function!";
>> +    // dune_static_assert(false, "You need to overload this function!");
>> +  }
>> +
>> [...]
>>     
>
> Proposed patch applied in revision 946 of istl.
>
> Markus
>
> _______________________________________________
> Dune mailing list
> Dune at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune
>   


-- 
************************************************************************
* Oliver Sander                ** email: sander at mi.fu-berlin.de        *
* Freie Universität Berlin     ** phone: + 49 (30) 838 75217           *
* 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