Ignore:
Timestamp:
04/24/09 10:46:15 (16 years ago)
Author:
seroussi
Message:

initial input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Exp/manipulation/cutarea.m

    r1 r33  
    2626                %some checks
    2727                if numprofiles==0
    28                         disp('no profile present')
     28                        disp('no profile present, exiting...')
    2929                        return
    3030                end       
    3131                if numpoints<3
    32                         disp('at least two points are needed')
     32                        disp('at least two points are needed, exiting...')
    3333                        return
    3434                end       
     
    131131                                                        end
    132132                                                end
     133
    133134                                                %plot new profile
    134135                                                undoplots(prevplot);
     
    137138                                                end
    138139                                                points=[];
     140
    139141                                        end
    140142                                end
Note: See TracChangeset for help on using the changeset viewer.