← Back to team overview

ufl team mailing list archive

Re: Fwd: [Branch ~ufl-core/ufl/main] Rev 1192: Fix indentation bug introduced in last commit.

 

Ouch. I hate that. I'll see if I can find and fix.

Martin


On 20 September 2011 12:13, Garth N. Wells <gnw20@xxxxxxxxx> wrote:
> Related to indentation, I opened some UFL code recently and it had tab
> characters. This screwed up the indentation, and as presented on my
> screen made it ambiguous as to what the code should/would do. Is there
> an easy way to search files for tab characters so we can then remove
> them?
>
> Garth
>
>
> ---------- Forwarded message ----------
> From:  <noreply@xxxxxxxxxxxxx>
> Date: 20 September 2011 10:56
> Subject: [Branch ~ufl-core/ufl/main] Rev 1192: Fix indentation bug
> introduced in last commit.
> To: Garth Wells <gnw20@xxxxxxxxx>
>
>
> ------------------------------------------------------------
> revno: 1192
> committer: Martin Sandve Alnæs <martinal@xxxxxxxxx>
> branch nick: work
> timestamp: Tue 2011-09-20 11:51:54 +0200
> message:
>  Fix indentation bug introduced in last commit.
> modified:
>  ufl/operators.py
>
>
> --
> lp:ufl
> https://code.launchpad.net/~ufl-core/ufl/main
>
> Your team UFL Core Team is subscribed to branch lp:ufl.
> To unsubscribe from this branch go to
> https://code.launchpad.net/~ufl-core/ufl/main/+edit-subscription
>
> === modified file 'ufl/operators.py'
> --- ufl/operators.py    2011-09-20 09:35:48 +0000
> +++ ufl/operators.py    2011-09-20 09:51:54 +0000
> @@ -238,7 +238,7 @@
>             ii = indices(r + 1)
>             if r:
>                 f = f[ii[:-1]]
> -                df = f.dx(ii[-1])
> +            df = f.dx(ii[-1])
>             return as_tensor(df, ii)
>
>     return VariableDerivative(f, v)
>
> _______________________________________________
> Mailing list: https://launchpad.net/~ufl
> Post to     : ufl@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ufl
> More help   : https://help.launchpad.net/ListHelp
>
>


References