← Back to team overview

ffc team mailing list archive

Re: [Branch ~ffc-core/ffc/dev] Rev 1439: Fixed previous "mysterious" problem.

 

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