Changeset 33 for issm/trunk/src/m/utils/Exp/manipulation/cutarea.m
- Timestamp:
- 04/24/09 10:46:15 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Exp/manipulation/cutarea.m
r1 r33 26 26 %some checks 27 27 if numprofiles==0 28 disp('no profile present ')28 disp('no profile present, exiting...') 29 29 return 30 30 end 31 31 if numpoints<3 32 disp('at least two points are needed ')32 disp('at least two points are needed, exiting...') 33 33 return 34 34 end … … 131 131 end 132 132 end 133 133 134 %plot new profile 134 135 undoplots(prevplot); … … 137 138 end 138 139 points=[]; 140 139 141 end 140 142 end
Note:
See TracChangeset
for help on using the changeset viewer.