Changeset 33 for issm/trunk/src/m/utils/Exp/manipulation/addinsideprofile.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/addinsideprofile.m
r1 r33 10 10 %some checks 11 11 if numprofiles==0 12 disp('no profile present ')12 disp('no profile present, exiting...') 13 13 return 14 14 end 15 15 if numpoints<2 16 disp('at least two points are required ')16 disp('at least two points are required, exiting...') 17 17 return 18 18 end … … 39 39 %check that at least one segment exists 40 40 if indsel==0 41 disp('at least two points in one profile are required ')41 disp('at least two points in one profile are required, exiting...') 42 42 return 43 43 end
Note:
See TracChangeset
for help on using the changeset viewer.