Changeset 2673
- Timestamp:
- 11/19/09 11:40:53 (15 years ago)
- Location:
- issm/trunk/src/m/classes/public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/ThicknessCorrection.m
r1232 r2673 25 25 pos_GL=intersect(unique(md.elements(find(md.elementonicesheet),:)),unique(md.elements(find(md.elementoniceshelf),:))); 26 26 debug=(length(pos_shelf)>50000); 27 28 %check that there is a GL 29 if isempty(pos_GL) 30 error('ThicknessCorrection error message: no grounding line has been detected. Check the model geography'); 31 end 27 32 28 33 %get distance -
issm/trunk/src/m/classes/public/plot/plot_section.m
r2642 r2673 178 178 if (strcmpi(md.type,'2d') | getfieldvalue(options,'view')==2 ) 179 179 options=addfielddefault(options,'xlabel','Curvilinear coordinate'); 180 options=addfielddefault(options,'axis','auto'); 180 181 end 181 182 if (strcmpi(md.type,'3d') & getfieldvalue(options,'view')==2 ) 182 183 options=addfielddefault(options,'ylabel','z'); 183 options=addfielddefault(options,'axis','auto');184 184 end 185 185 applyoptions(md,[],options);
Note:
See TracChangeset
for help on using the changeset viewer.