Ignore:
Timestamp:
Mar 25, 2013, 5:43:18 PM (11 years ago)
Author:
sommeria
Message:

various updates, in particular modification of series to do calculations in the cluster

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_file_series.m

    r540 r591  
    1515function [filecell,i1_series,i2_series,j1_series,j2_series]=get_file_series(Param)
    1616
    17 filecell={};
     17filecell={};i1_series={};i2_series={};j1_series={};j2_series={};
    1818InputTable=Param.InputTable;
    1919first_i=Param.IndexRange.first_i;
Note: See TracChangeset for help on using the changeset viewer.