Ignore:
Timestamp:
Jun 24, 2010, 5:28:55 PM (14 years ago)
Author:
sommeria
Message:

Bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_field_indices.m

    r89 r105  
    22%    group the variables  into 'fields' with common dimensions
    33%------------------------------------------------------------------------
    4 % function [DimVarIndex,CellVarIndex,NbDim,VarType]=find_field_indices(Data)
     4% function  [CellVarIndex,NbDim,VarType,errormsg]=find_field_indices(Data)
    55%
    66% OUTPUT:
     
    1919%      .scalar: scalar field (default)
    2020%      .coord: vector of indices of coordinate variables corresponding to matrix dimensions
     21% errormsg: error message
    2122%   
    2223% INPUT:
Note: See TracChangeset for help on using the changeset viewer.