Changeset 880 for trunk/src/read_field.m


Ignore:
Timestamp:
Mar 4, 2015, 12:01:38 AM (9 years ago)
Author:
sommeria
Message:

various bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_field.m

    r871 r880  
    283283        Field.Coord_y=[npxy(1)-0.5 0.5];
    284284        Field.Coord_x=[0.5 npxy(2)-0.5]; % coordinates of the first and last pixel centers
    285         ParamOut.Npx=npxy(2);% display image size on the interface
    286         ParamOut.Npy=npxy(1);
     285%        ParamOut.Npx=npxy(2);% display image size on the interface
     286 %       ParamOut.Npy=npxy(1);
    287287%         Field.VarAttribute{3}.Mesh=1;
    288288    end
Note: See TracChangeset for help on using the changeset viewer.