Changeset 867 for trunk/src/series/time_series.m
- Timestamp:
- Feb 12, 2015, 9:31:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/time_series.m
r810 r867 207 207 %% Set field names and velocity types 208 208 InputFields{1}=[];%default (case of images) 209 if nbview==2 210 InputFields{2}=[];%default (case of images) 211 end 209 212 if isfield(Param,'InputFields') 210 213 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 216 216 if isfield(Param.InputFields,'FieldName_1') 217 217 InputFields{2}.FieldName=Param.InputFields.FieldName_1;
Note: See TracChangeset
for help on using the changeset viewer.