Changeset 189


Ignore:
Timestamp:
Feb 2, 2011, 1:22:26 AM (13 years ago)
Author:
sommeria
Message:

various bug repairs and cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/struct2nc.m

    r140 r189  
    5151        return
    5252    end
    53     [Data,errormsg]=check_field_structure(Data)%check the validity of the input field structure
     53    [Data,errormsg]=check_field_structure(Data);%check the validity of the input field structure
    5454    if ~isempty(errormsg)
    5555        errormsg=['invalid input structure:' errormsg];
Note: See TracChangeset for help on using the changeset viewer.