Changeset 22220
- Timestamp:
- 11/03/17 10:59:49 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-NatGeoScience2016/src/m/classes/maskpsl.m
r22157 r22220 10 10 ocean_levelset = NaN; 11 11 land_levelset = NaN; 12 glacier_levelset = NaN; 12 13 end 13 14 methods (Static) … … 66 67 fielddisplay(self,'ocean_levelset','is the vertex on the ocean ? yes if = 1, no if = 0'); 67 68 fielddisplay(self,'land_levelset','is the vertex on the land ? yes if = 1, no if = 0'); 69 fielddisplay(self,'glacier_levelset','is the vertex on a glacier ? yes if = 1, no if = 0'); 68 70 end % }}} 69 71 function marshall(self,prefix,md,fid) % {{{
Note:
See TracChangeset
for help on using the changeset viewer.