Ignore:
Timestamp:
Mar 13, 2013, 9:10:25 AM (11 years ago)
Author:
sommeria
Message:

tps_coeff_field introduced instead of calc_tps

File:
1 edited

Legend:

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

    r583 r585  
    268268            % calculate tps coefficients if needed
    269269            if isfield(Param.ProjObject,'ProjMode')&& strcmp(Param.ProjObject.ProjMode,'interp_tps')
    270                 Field=calc_tps(Field,check_proj_tps);
     270                Field=tps_coeff_field(Field,check_proj_tps);
    271271            end
    272272           
Note: See TracChangeset for help on using the changeset viewer.