Ignore:
Timestamp:
May 20, 2010, 1:48:25 AM (14 years ago)
Author:
sommeria
Message:

many bug corrections and cleaning. Activation of the BW option in uvmat. Improvement of the interaction of get_field with uvmat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_field_structure.m

    r38 r89  
    11%'check_field_structure': check the validity of the field struture representation consistant with the netcdf format
    2 %----------------------------------------------------------------------
     2%------------------------------------------------------------------------
    33% function [DataOut,errormsg]=check_field_structure(Data)
    44%
    55% OUTPUT:
    6 %  Data: structure reproducing the input structure Data, with the additional elements:
     6% DataOut: structure reproducing the input structure Data, with the additional elements:
    77%           with fields:
    88%
     
    1313% errormsg: error message which is not empty when the input structure does not have the right form
    1414%
    15 %INPUT:
     15% INPUT:
    1616% Data:   structure containing
    1717%         (optional) .ListGlobalAttribute: cell listing the names of the global attributes
Note: See TracChangeset for help on using the changeset viewer.