[Dune] Re: [Dune-CVS] dune-common r4830 - trunk/common

Sven Marnach sven at pantoffel-wg.de
Thu Jan 18 13:33:38 CET 2007


Hi Markus,

Markus Blatt schrieb am Do, 18. Jan 2007, um 12:53:02 +0100:
> -	    for (size_type i=n-1; i>=0; i--){
> +	    for (size_type i=n-1; i!=0; i--){

this way you skip the last loop cycle, I guess.

Greetings,
    Sven




More information about the Dune mailing list