Changeset 55 for trunk/src/series
- Timestamp:
- Mar 17, 2010, 10:26:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/aver_stat.m
r43 r55 241 241 %check coincidence in time 242 242 multitime=0; 243 if length(timecell)==0243 if isempty(timecell) 244 244 time=[]; 245 245 elseif length(timecell)==1 … … 454 454 end 455 455 display([filemean ' written']); 456 else % determine global attributes456 else %case of netcdf input file , determine global attributes 457 457 DataMean.ListGlobalAttribute=[DataMean.ListGlobalAttribute {Series.Action}]; 458 458 ActionKey='Action'; … … 493 493 end 494 494 end 495 495 496 hget_field=findobj(allchild(0),'name','get_field');%find the get_field... GUI 496 497 delete(hget_field)
Note: See TracChangeset
for help on using the changeset viewer.