Index: ../trunk-jpl/src/m/mesh/meshconvert.py =================================================================== --- ../trunk-jpl/src/m/mesh/meshconvert.py (revision 16283) +++ ../trunk-jpl/src/m/mesh/meshconvert.py (revision 16284) @@ -50,7 +50,7 @@ md.mesh.vertexonsurface = numpy.ones(md.mesh.numberofvertices,bool) md.mesh.elementonbed = numpy.ones(md.mesh.numberofelements,bool) md.mesh.elementonsurface = numpy.ones(md.mesh.numberofelements,bool) - md.mesh.vertexonboundary = numpy.zeros(md.mesh.nuberofvertices,bool) + md.mesh.vertexonboundary = numpy.zeros(md.mesh.numberofvertices,bool) md.mesh.vertexonboundary[md.mesh.segments[:,0:2]-1] = True return md