Changeset 7544


Ignore:
Timestamp:
02/28/11 22:52:02 (14 years ago)
Author:
Eric.Larour
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/LatLong/pargenerate.m

    r2890 r7544  
    2020fprintf(fid,'%s%g%s\n','PS_corner_east:    ',corner_east,'   m');
    2121fprintf(fid,'%s%g%s\n','PS_post_north:    ',posting_north,'   m');
    22 fprintf(fid,'%s%g%s\n','PS_post_east::    ',posting_east,'   m');
     22fprintf(fid,'%s%g%s\n','PS_post_east:    ',posting_east,'   m');
    2323
    2424fclose(fid);
Note: See TracChangeset for help on using the changeset viewer.