source: issm/oecreview/Archive/16133-16554/ISSM-16283-16284.diff@ 16556

Last change on this file since 16556 was 16556, checked in by Mathieu Morlighem, 11 years ago

NEW: added Archive/16133-16554

File size: 693 bytes
RevLine 
[16556]1Index: ../trunk-jpl/src/m/mesh/meshconvert.py
2===================================================================
3--- ../trunk-jpl/src/m/mesh/meshconvert.py (revision 16283)
4+++ ../trunk-jpl/src/m/mesh/meshconvert.py (revision 16284)
5@@ -50,7 +50,7 @@
6 md.mesh.vertexonsurface = numpy.ones(md.mesh.numberofvertices,bool)
7 md.mesh.elementonbed = numpy.ones(md.mesh.numberofelements,bool)
8 md.mesh.elementonsurface = numpy.ones(md.mesh.numberofelements,bool)
9- md.mesh.vertexonboundary = numpy.zeros(md.mesh.nuberofvertices,bool)
10+ md.mesh.vertexonboundary = numpy.zeros(md.mesh.numberofvertices,bool)
11 md.mesh.vertexonboundary[md.mesh.segments[:,0:2]-1] = True
12
13 return md
Note: See TracBrowser for help on using the repository browser.