Changeset 2276


Ignore:
Timestamp:
09/23/09 09:53:17 (15 years ago)
Author:
seroussi
Message:

added lat long fields in model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/@model/model.m

    r2268 r2276  
    4646        md.z2d=NaN;
    4747               
     48        %latlon of the coorinates
     49        md.lat=NaN;
     50        md.long=NaN;
     51
    4852        %Elements type
    4953        md.ishutter=0;
Note: See TracChangeset for help on using the changeset viewer.