dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #08972
Backend error
It seems the buildbots are failing with the following error:
./../../demo/mesh/ale/python (Python)
Traceback (most recent call last):
File "./demo.py", line 26, in <module>
mesh.move(boundary, hermite)
File "/scratch/buildbot/local/tmp/lib/python2.5/site-packages/dolfin/dolfin.py", line 6945, in move
return _dolfin.Mesh_move(*args)
NotImplementedError: Wrong number of arguments for overloaded function 'Mesh_move'.
Possible C/C++ prototypes are:
move(dolfin::Mesh &,ALEType)
move(dolfin::Mesh &)
ilmar
Follow ups