dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #15628
[Bug 434922] Re: demo/mesh/intersection/python/demo.py does not work
** Changed in: dolfin
Status: New => Invalid
--
demo/mesh/intersection/python/demo.py does not work
https://bugs.launchpad.net/bugs/434922
You received this bug notification because you are subscribed to DOLFIN.
Status in DOLFIN: Invalid
Bug description:
/home/andre/homebase/software/packages/src/fenics-unstable/dolfin/demo/mesh/intersection/python/demo.py in <module>()
31 # Compute intersection with boundary of square
32 boundary = BoundaryMesh(omega1)
---> 33 cells = STLVectorUInt()
34 omega0.intersection(boundary, cells, False)
35
NameError: name 'STLVectorUInt' is not defined
WARNING: Failure executing file: <demo.py>
Python 2.6.2+ (release26-maint, Sep 13 2009, 21:26:06)
Guess, it is highly probably due to the recent changes in the generated interface by swig. What would be the proper syntax now?
References