ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #03319
Re: [Branch ~ffc-core/ffc/dev] Rev 1439: Fixed previous "mysterious" problem.
-
To:
FFC Mailing List <ffc@xxxxxxxxxxxxxxxxxxx>
-
From:
Anders Logg <logg@xxxxxxxxx>
-
Date:
Tue, 12 Jan 2010 15:06:50 +0100
-
In-reply-to:
<20100112121313.18132.85645.launchpad@loganberry.canonical.com>
-
User-agent:
Mutt/1.5.20 (2009-06-14)
ok, I see you've fixed it already.
--
Anders
On Tue, Jan 12, 2010 at 12:13:13PM -0000, noreply@xxxxxxxxxxxxx wrote:
> ------------------------------------------------------------
> revno: 1439
> committer: Marie E. Rognes <meg@xxxxxxxxx>
> branch nick: ffc-unstable
> timestamp: Tue 2010-01-12 13:10:14 +0100
> message:
> Fixed previous "mysterious" problem.
> modified:
> ffc/interpolatevertexvalues.py
> ffc/log.py
>
>
> === modified file 'ffc/interpolatevertexvalues.py'
> --- ffc/interpolatevertexvalues.py 2010-01-12 10:53:45 +0000
> +++ ffc/interpolatevertexvalues.py 2010-01-12 12:10:14 +0000
> @@ -32,7 +32,7 @@
> # Add code for Jacobian if necessary
> dim = ir["cell_dim"]
> if ir["needs_jacobian"]:
> - code += jacobian[dim]
> + code += jacobian[dim] % {"restriction": ""}
>
> # Compute total value dimension for (mixed) element
> total_value_dim = sum(data["value_dim"] for data in ir["element_data"])
>
> === modified file 'ffc/log.py'
> --- ffc/log.py 2010-01-12 10:53:45 +0000
> +++ ffc/log.py 2010-01-12 12:10:14 +0000
> @@ -43,12 +43,7 @@
> for (key, value) in d.iteritems():
> info(key)
> info("-"*len(key))
> -
> - try:
> - info(str(value))
> - except:
> - # FIXME
> - info("Mysterious error here")
> + info(str(value))
> info("")
> end()
>
>
Attachment:
signature.asc
Description: Digital signature