Ignore:
Timestamp:
Mar 17, 2010, 10:26:41 AM (14 years ago)
Author:
sommeria
Message:

-use of a single parameter file PARAM.xml (instead of PARAM_WIN and PARAM_LINUX).
-correction of a bug for opening an existing projection object
-manual editing of vectors made available with the builtin netcdf tool.
-bug fix for reading netcdf files with the builtin netcdf tool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/aver_stat.m

    r43 r55  
    241241%check coincidence in time
    242242multitime=0;
    243 if length(timecell)==0
     243if isempty(timecell)
    244244    time=[];
    245245elseif length(timecell)==1
     
    454454        end
    455455        display([filemean ' written']);
    456     else %determine global attributes
     456    else %case of netcdf input file , determine global attributes
    457457        DataMean.ListGlobalAttribute=[DataMean.ListGlobalAttribute {Series.Action}];
    458458        ActionKey='Action';
     
    493493   end
    494494end
     495
    495496hget_field=findobj(allchild(0),'name','get_field');%find the get_field... GUI
    496497delete(hget_field)
Note: See TracChangeset for help on using the changeset viewer.