Changeset 14295


Ignore:
Timestamp:
01/31/13 10:29:31 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: make sure x and y are columns

File:
1 edited

Legend:

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

    r14262 r14295  
    4343        fprintf(fid,'%i %f\n',[length(a(n).x) a(n).density]);
    4444        fprintf(fid,'%s\n','# X pos Y pos');
    45         fprintf(fid,'%10.10f %10.10f\n',[a(n).x a(n).y]');
     45        fprintf(fid,'%10.10f %10.10f\n',[a(n).x(:) a(n).y(:)]');
    4646        fprintf(fid,'\n');
    4747
Note: See TracChangeset for help on using the changeset viewer.