Dear All
I have run into the following funny behaviour.
Creating a sphere with the short script
from dolfin import *
c=Point(0,0,0)
from dolfin import *
c=Point(0,0,0)
S=Sphere(c,8)
# Make a 3D mesh out of the sphere
mesh=Mesh(S,16)
print mesh
the output changes from run to run!
This is very strange. I did not report it as bug yet, since I first wanted to
make sure the mistake is not on my side!
regards
Moritz