Changeset 42 for trunk/src/uvmat.m


Ignore:
Timestamp:
Mar 10, 2010, 7:43:51 PM (14 years ago)
Author:
sommeria
Message:

-proj_field, plot_field, civ_3D: bug repair for 3D3C velocity fields (not finished)
-check_function: introduce try/catch for function datenum (error with french systems)
-cleaning of warndlg_uvmat in different fcts (replaced by msgbox_uvmat)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r41 r42  
    22342234    if NbDim==3%
    22352235        if ~isempty(CellVarIndex) & ~isempty(VarType{imax}.coord_z)%unstructured coordinate z
    2236             ZName=UvData.ListVarName{VarType{imax}.coord_z};
     2236            ZName=UvData.Field.ListVarName{VarType{imax}.coord_z};
    22372237            eval(['UvData.ZMax=max(UvData.Field.' ZName ');'])
    22382238            eval(['UvData.ZMin=min(UvData.Field.' ZName ');'])
Note: See TracChangeset for help on using the changeset viewer.