Changeset 20703
- Timestamp:
- 06/06/16 19:47:02 (9 years ago)
- Location:
- issm/trunk-jpl/src/m/classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/mesh3dsurface.js
r20690 r20703 77 77 78 78 } // }}} 79 this.marshall=function( md,fid) { //{{{79 this.marshall=function(prefix,md,fid) { //{{{ 80 80 WriteData(fid,prefix,'name','md.mesh.domain_type','data',StringToEnum('Domain' + this.domaintype()),'format','Integer'); 81 81 WriteData(fid,prefix,'name','md.mesh.domain_dimension','data',this.dimension(),'format','Integer'); -
issm/trunk-jpl/src/m/classes/mesh3dsurface.m
r20690 r20703 79 79 obj.average_vertex_connectivity=25; 80 80 end % }}} 81 function md = checkconsistency(obj, md,solution,analyses) % {{{81 function md = checkconsistency(obj,prefix,md,solution,analyses) % {{{ 82 82 83 83 md = checkfield(md,'fieldname','mesh.x','NaN',1,'Inf',1,'size',[md.mesh.numberofvertices 1]);
Note:
See TracChangeset
for help on using the changeset viewer.