[Dune] [Dune-Commit] dune-common r5358 - trunk/common

Oliver Sander sander at mi.fu-berlin.de
Thu Nov 13 10:43:48 CET 2008


Of course it has been compiled before comitting.
It even passed its unit test...

:-)
Oliver

mnolte at dune-project.org schrieb:
> Author: mnolte
> Date: 2008-11-13 10:20:40 +0100 (Thu, 13 Nov 2008)
> New Revision: 5358
>
> Modified:
>    trunk/common/fvector.hh
> Log:
> added missing return statement
> (again, this code cannot have been compiled prior to committing)
>
>
> Modified: trunk/common/fvector.hh
> ===================================================================
> --- trunk/common/fvector.hh	2008-11-13 08:46:22 UTC (rev 5357)
> +++ trunk/common/fvector.hh	2008-11-13 09:20:40 UTC (rev 5358)
> @@ -400,6 +400,7 @@
>        FieldVector& operator= (const FieldVector& other) {
>            for (size_type i=0; i<SIZE; i++)
>                p[i] = other[i];
> +          return *this;
>        }
>        
>  
>
>
> _______________________________________________
> 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 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