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@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ffc
More help   : https://help.launchpad.net/ListHelp

Reply via email to