Ignore:
Timestamp:
Mar 13, 2015, 8:19:39 PM (9 years ago)
Author:
sommeria
Message:

bugs corrected in series, transform functions with input parameters introduced, civ/deformation corrected (sign)

File:
1 edited

Legend:

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

    r881 r883  
    220220    transform_fct=str2func(Param.FieldTransform.TransformName);
    221221    rmpath(Param.FieldTransform.TransformPath)
     222    if isfield(Param,'TransformInput')
     223        XmlData{1}.TransformInput=Param.TransformInput;
     224    end
    222225end
    223226
Note: See TracChangeset for help on using the changeset viewer.