ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #03734
Re: form object not iterable
It seems that you have forgotten to update UFL.
Mehdi
On Wed, 2010-02-10 at 13:19 +0100, Patrick Riesen wrote:
> hi, i just pulled from the ffc repository and i get this error when
> compiling my forms with '--debug':
>
> Compiler stage 4.1: Generating additional wrapper code
> ------------------------------------------------------
> Traceback (most recent call last):
> File "/scratch-second/priesen/FEniCS/build/bin/ffc", line 167, in
> <module>
> sys.exit(main(sys.argv[1:]))
> File "/scratch-second/priesen/FEniCS/build/bin/ffc", line 149, in main
> compile_form(ufd.forms, ufd.object_names, prefix, parameters)
> File
> "/scratch-second/priesen/FEniCS/build/lib/python2.5/site-packages/ffc/compiler.py",
> line 155, in compile_form
> wrapper_code = generate_wrapper_code(analysis, prefix, parameters)
> File
> "/scratch-second/priesen/FEniCS/build/lib/python2.5/site-packages/ffc/wrappers.py",
> line 47, in generate_wrapper_code
> for (i, (form, form_data)) in enumerate(form_and_data):
> TypeError: 'Form' object is not iterable
>
>
> regards,
> patrick
>
> _______________________________________________
> Mailing list: https://launchpad.net/~ffc
> Post to : ffc@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ffc
> More help : https://help.launchpad.net/ListHelp
Follow ups
References