← Back to team overview

fiat team mailing list archive

Fixes for numbering of entities

 

Rob, here's a bundle that fixes the numbering issue for FIAT/FFC.

It adds a new variable numbering_scheme which by the default is set to
"default" (and does not change the way FIAT numbers the entities). One
may also set this variable to "UFC" which makes FIAT use the UFC
numbering scheme.

FFC now does the following at startup:

    from FIAT import numbering
    numbering.numbering_scheme = "UFC"

To apply the bundle, just do

    hg unbundle bundle.hg

You can also check what's in the bundle before applying it:

    hg incoming -v -p bundle.hg

/Anders

Attachment: fiat-logg-2007-06-14.hg
Description: Binary data


Follow ups