Changeset 24740
- Timestamp:
- 04/27/20 12:06:58 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/basin.m
r24156 r24740 122 122 out.nods=length(x); 123 123 end % }}} 124 function contourplot(self,varargin) % {{{ 125 contour=self.contour(); 126 plot(contour.x,contour.y,'r*-'); 127 128 end % }}} 124 129 function output=shapefilecrop(self,varargin) % {{{ 125 130
Note:
See TracChangeset
for help on using the changeset viewer.