Changeset 399 for trunk/src/series.m


Ignore:
Timestamp:
Apr 27, 2012, 12:28:47 PM (12 years ago)
Author:
sommeria
Message:

implementation of thin plate interpolation (proj on planes with mode 'filter'), rationalisation of variable formats in civ_matlab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r398 r399  
    10541054if ~isempty(SeriesData.i2_series)||~isempty(SeriesData.j2_series)
    10551055    if isequal(mode,'series(Di)')
    1056         find_netcpair_civ(handles,Val);% update the menu of pairs depending on the available netcdf files
     1056        find_netcpair_civ(handles);% update the menu of pairs depending on the available netcdf files
    10571057    end
    10581058end
     
    10691069if ~isempty(SeriesData.i2_series)||~isempty(SeriesData.j2_series)
    10701070    if isequal(mode,'series(Di)')
    1071         find_netcpair_civ(handles,Val);% update the menu of pairs depending on the available netcdf files
     1071        find_netcpair_civ(handles);% update the menu of pairs depending on the available netcdf files
    10721072    end
    10731073end
Note: See TracChangeset for help on using the changeset viewer.