Changeset 20703 for issm/trunk-jpl/src/m/classes/mesh3dsurface.js
- Timestamp:
- 06/06/16 19:47:02 (9 years ago)
- File:
-
- 1 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');
Note:
See TracChangeset
for help on using the changeset viewer.