← Back to team overview

ufl team mailing list archive

[HG UFL] Bugfixes.

 

One or more new changesets pushed to the primary ufl repository.
A short summary of the last three changesets is included below.

changeset:   156:9f6c5f94b8fb8c03fb468c03d3c21a72ee638d2e
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Thu Aug 14 22:15:07 2008 +0200
files:       ufl/algorithms/transformations.py ufl/algorithms/utilities.py ufl/finiteelement.py ufl/indexing.py
description:
Bugfixes.
 "%s" % a
or
 "%r" % b
can be wrong if a or b are tuples...


changeset:   155:eebcc07fceaea030bf8b6fa40e3c8690c25e1f2f
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Thu Aug 14 22:10:20 2008 +0200
files:       ufl/algebra.py ufl/base.py ufl/differentiation.py ufl/finiteelement.py ufl/form.py ufl/formoperators.py ufl/indexing.py ufl/integral.py ufl/mathfunctions.py ufl/restriction.py ufl/tensoralgebra.py ufl/tensors.py ufl/variable.py
description:
Cleanup unnecessary use of str and repr in formatted strings:
"%s%r" % (a,b)
is always equivalent to
"%s%s" % (str(a), repr(b))


changeset:   154:e5d8b478cf506b23ae2c747d8fe34d81cd1b255e
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Thu Aug 14 21:53:55 2008 +0200
files:       ufl/algorithms/__init__.py
description:
Added comment.

----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/ufl