Ignore:
Timestamp:
May 3, 2012, 7:30:05 PM (12 years ago)
Author:
sommeria
Message:

bugs corrected in civ_matlab and object projection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_field_structure.m

    r404 r406  
    1717
    1818function [errormsg,ListDimName,DimValue,VarDimIndex]=check_field_structure(Data)
    19 DataOut=[]; %default
    20 errormsg=[];
     19errormsg='';
     20ListDimName={};
     21DimValue=[]; %default
     22VarDimIndex={};
    2123if ~isstruct(Data)
    2224    errormsg='input field is not a structure';
Note: See TracChangeset for help on using the changeset viewer.