Changeset 18558 for issm/trunk-jpl/src/m/classes/model.m
- Timestamp:
- 10/01/14 10:30:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/classes/model.m ¶
r18538 r18558 660 660 md.mesh.lat = mesh2d.lat; 661 661 md.mesh.long = mesh2d.long; 662 md.mesh. hemisphere = mesh2d.hemisphere;662 md.mesh.epsg = mesh2d.epsg; 663 663 664 664 md.mesh.vertexonboundary = mesh2d.vertexonboundary; … … 973 973 if isfield(structmd,'extractedelements'), md.mesh.extractedelements=structmd.extractedelements; end 974 974 if isfield(structmd,'nodeonboundary'), md.mesh.vertexonboundary=structmd.nodeonboundary; end 975 if isfield(structmd,'hemisphere'), md.mesh.hemisphere=structmd.hemisphere; end976 975 if isfield(structmd,'lat'), md.mesh.lat=structmd.lat; end 977 976 if isfield(structmd,'long'), md.mesh.long=structmd.long; end
Note:
See TracChangeset
for help on using the changeset viewer.