Ignore:
Timestamp:
10/12/12 16:44:17 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cosmetics, removed multiple blank lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/exp/manipulation/addcontour.m

    r8662 r13646  
    77%   Usage:
    88%      [A,numprofiles,numpoints,closed]=addcontour(A,numprofiles,numpoints,closed,prevplot,root,options)
    9                    
     9
    1010        title('click to add a point to the new profile, RETURN to exit','FontSize',14)
    1111        hold on
     
    1818
    1919                [xi,yi] = ginput(1);
    20                                          
     20
    2121                if ~isempty(xi)
    2222                        x(end+1,1)=xi;
Note: See TracChangeset for help on using the changeset viewer.