Changeset 645 for trunk/src/series/time_series.m
- Timestamp:
- May 28, 2013, 11:30:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/time_series.m
r635 r645 350 350 VarInit=DataOut.(VarName); 351 351 if isempty(errormsg) && ~isequal(VarVal,VarInit) 352 displ_uvmat('ERROR',['time series requires constant coordinates ' VarName ],checkrun)352 displ_uvmat('ERROR',['time series requires constant coordinates ' VarName ': use projection mode interp'],checkrun) 353 353 return 354 354 end … … 414 414 test_time=diff(DataOut.Time)>0;% test that the readed time is increasing (not constant) 415 415 if ~test_time 416 DataOut.Time=1: filecounter;416 DataOut.Time=1:nbfield; 417 417 end 418 418
Note: See TracChangeset
for help on using the changeset viewer.