Ignore:
Timestamp:
Apr 18, 2013, 9:09:13 PM (11 years ago)
Author:
sommeria
Message:

a few bugs repaired

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_civdata.m

    r594 r612  
    7676%% reading data
    7777Data=nc2struct(filename,'ListGlobalAttribute','CivStage');
     78if isfield(Data,'Txt')
     79     erromsg=['error in read_civdata: ' Data.Txt];
     80    return
     81end
    7882[varlist,role,VelTypeOut]=varcivx_generator(ProjModeRequest,VelType,Data.CivStage);
    7983if isempty(varlist)
Note: See TracChangeset for help on using the changeset viewer.