Ignore:
Timestamp:
Apr 29, 2011, 6:44:35 PM (13 years ago)
Author:
sommeria
Message:

thin plate shell corrected for spatial derivatives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_civxdata.m

    r236 r247  
    5050errormsg='';
    5151DataTest=nc2struct(filename,'ListGlobalAttribute','Conventions');
    52 if isequal(DataTest.Conventions,'uvmat/civdata')%test for new civ format
     52if isfield(DataTest,'Txt')
     53    errormsg=DataTest.Txt;   
     54elseif isequal(DataTest.Conventions,'uvmat/civdata')%test for new civ format
    5355     [Field,VelTypeOut]=read_civdata(filename,FieldNames,VelType);
    5456     return
Note: See TracChangeset for help on using the changeset viewer.