Ignore:
Timestamp:
Feb 12, 2015, 9:31:47 PM (10 years ago)
Author:
sommeria
Message:

python option added in series and bug corrections

File:
1 edited

Legend:

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

    r810 r867  
    207207%% Set field names and velocity types
    208208InputFields{1}=[];%default (case of images)
     209if nbview==2
     210    InputFields{2}=[];%default (case of images)
     211end
    209212if isfield(Param,'InputFields')
    210213    InputFields{1}=Param.InputFields;
    211 end
    212 if nbview==2
    213     InputFields{2}=[];%default (case of images)
    214     if isfield(Param,'InputFields')
    215         InputFields{2}=Param.InputFields{1};%default
     214    if nbview==2
     215        InputFields{2}=Param.InputFields;%default
    216216        if isfield(Param.InputFields,'FieldName_1')
    217217            InputFields{2}.FieldName=Param.InputFields.FieldName_1;
Note: See TracChangeset for help on using the changeset viewer.