ok, I see you've fixed it already. -- Anders
On Tue, Jan 12, 2010 at 12:13:13PM -0000, [email protected] wrote: > ------------------------------------------------------------ > revno: 1439 > committer: Marie E. Rognes <[email protected]> > 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() > >
signature.asc
Description: Digital signature
_______________________________________________ Mailing list: https://launchpad.net/~ffc Post to : [email protected] Unsubscribe : https://launchpad.net/~ffc More help : https://help.launchpad.net/ListHelp

