Changeset 524 for trunk/src


Ignore:
Timestamp:
Aug 19, 2012, 1:06:44 PM (12 years ago)
Author:
sommeria
Message:

time_series modified to fit with new conventions

File:
1 edited

Legend:

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

    r478 r524  
    290290                    Data{1}=transform_fct(Data{1},XmlData{1});
    291291                end
    292             end
    293            
    294             % field calculation (vort, div...)
    295             if strcmp(FileType{1},'civx')||strcmp(FileType{1},'civdata')
    296                 Data{1}=calc_field(InputFields{1}.FieldName,Data{1});%calculate field (vort..)
    297292            end
    298293           
Note: See TracChangeset for help on using the changeset viewer.