Changeset 404 for trunk/src/plot_field.m


Ignore:
Timestamp:
Apr 30, 2012, 6:46:45 PM (12 years ago)
Author:
sommeria
Message:

various bugs corrected. nc2struct_toolbox suppressed (correspond to obsolete versions of Matlab)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r402 r404  
    109109index_1D=[];
    110110index_0D=[];
    111 [Data,errormsg]=check_field_structure(Data);
     111errormsg=check_field_structure(Data);
    112112if ~isempty(errormsg)
    113113    msgbox_uvmat('ERROR',['input of plot_field/check_field_structure: ' errormsg])
Note: See TracChangeset for help on using the changeset viewer.