Ignore:
Timestamp:
10/01/14 10:30:08 (10 years ago)
Author:
Mathieu Morlighem
Message:

NEW: removed md.mesh.hemisphere and replaced by md.mesh.epsg which gives the EPSG code for the projection that is being used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/classes/model.m

    r18538 r18558  
    660660                        md.mesh.lat                         = mesh2d.lat;
    661661                        md.mesh.long                        = mesh2d.long;
    662                         md.mesh.hemisphere                  = mesh2d.hemisphere;
     662                        md.mesh.epsg                        = mesh2d.epsg;
    663663
    664664                        md.mesh.vertexonboundary            = mesh2d.vertexonboundary;
     
    973973                        if isfield(structmd,'extractedelements'), md.mesh.extractedelements=structmd.extractedelements; end
    974974                        if isfield(structmd,'nodeonboundary'), md.mesh.vertexonboundary=structmd.nodeonboundary; end
    975                         if isfield(structmd,'hemisphere'), md.mesh.hemisphere=structmd.hemisphere; end
    976975                        if isfield(structmd,'lat'), md.mesh.lat=structmd.lat; end
    977976                        if isfield(structmd,'long'), md.mesh.long=structmd.long; end
Note: See TracChangeset for help on using the changeset viewer.