Changeset 1115 for trunk/src/series/civ_series.m
- Timestamp:
- Apr 6, 2022, 8:36:16 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_series.m
r1107 r1115 628 628 ind_good=1:numel(Data.Civ1_X); 629 629 end 630 630 if isempty(ind_good) 631 disp_uvmat('ERROR','all vectors of civ1 are bad, check input parameters' ,checkrun) 632 return 633 end 634 631 635 % perform Patch calculation using the UVMAT fct 'filter_tps' 632 636 [Data.Civ1_SubRange,Data.Civ1_NbCentres,Data.Civ1_Coord_tps,Data.Civ1_U_tps,Data.Civ1_V_tps,tild,Ures, Vres,tild,FFres]=... … … 919 923 else 920 924 ind_good=1:numel(Data.Civ2_X); 925 end 926 if isempty(ind_good) 927 disp_uvmat('ERROR','all vectors of civ2 are bad, check input parameters' ,checkrun) 928 return 921 929 end 922 930 [Data.Civ2_SubRange,Data.Civ2_NbCentres,Data.Civ2_Coord_tps,Data.Civ2_U_tps,Data.Civ2_V_tps,tild,Ures,Vres,tild,FFres]=...
Note: See TracChangeset
for help on using the changeset viewer.