On Monday December 6 2010 15:38:42 Garth N. Wells wrote: > DOLFIN is failing on the buildbot, but the tests run fine for me. Looks > like something is up with UFC (specifically the UFC SWIG wrappers, which > I recently modified). Johannes: can you take a look?
The error occured because the eval(v,x,c) method in the Expression interface were not renamed to eval_cell. Resulting in the wrong eval method was picked up in the dynamic dispatch. Johan > > Garth > > _______________________________________________ > Mailing list: https://launchpad.net/~dolfin > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dolfin > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

