Changeset 1179


Ignore:
Timestamp:
06/30/09 10:42:25 (16 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/ThicknessCorrection.m

    r1111 r1179  
    3333
    3434%modify thickness
     35fprintf('%s','      correction progress:   0.00 %');
    3536for i=1:length(pos_shelf)
    3637
    3738        if mod(i,100)==0,
    38                 fprintf('\b\b\b\b\b\b\b')
    39                 fprintf('%5.2f%s',i/length(pos_shelf)*100,' %');
     39                fprintf('\b\b\b\b\b\b\b%5.2f%s',i/length(pos_shelf)*100,' %');
    4040        end
    4141
     
    5656        end
    5757end
     58fprintf('\b\b\b\b\b\b\b%5.2f%s\n',100,' %');
    5859
    5960%check the computed thickness
Note: See TracChangeset for help on using the changeset viewer.