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
  • issm/trunk-jpl/src/m/classes/model.py

    r18216 r18558  
    517517                md.mesh.lat                         = mesh2d.lat
    518518                md.mesh.long                        = mesh2d.long
    519                 md.mesh.hemisphere                  = mesh2d.hemisphere
     519                md.mesh.epsg                        = mesh2d.epsg
    520520
    521521                md.mesh.vertexonboundary            = mesh2d.vertexonboundary
Note: See TracChangeset for help on using the changeset viewer.