Changeset 186 for trunk/src/read_field.m


Ignore:
Timestamp:
Jan 28, 2011, 8:24:05 AM (13 years ago)
Author:
sommeria
Message:

introduction Mesh for histograms in proj_field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_field.m

    r183 r186  
    165165            ParamOut.Npx=npxy(2);% display image size on the interface
    166166            ParamOut.Npy=npxy(1);
     167            Field.VarAttribute{3}.Mesh=1;
    167168        else
    168169            Field.NbDim=3;
     
    174175            ParamOut.Npx=npxy(3);% display image size on the interface
    175176            ParamOut.Npy=npxy(2);
     177            Field.VarAttribute{4}.Mesh=1;
    176178        end
    177179    else
     
    181183        ParamOut.Npx=npxy(2);% display image size on the interface
    182184        ParamOut.Npy=npxy(1);
     185        Field.VarAttribute{3}.Mesh=1;
    183186    end
    184187    Field.A=A;
Note: See TracChangeset for help on using the changeset viewer.