Changeset 776 for trunk/src/series.m


Ignore:
Timestamp:
May 17, 2014, 8:10:32 AM (10 years ago)
Author:
sommeria
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r775 r776  
    17681768            end
    17691769        end
    1770         max_walltime=3600*12; % 12h max total calculation
     1770        max_walltime=3600*24; % 24h max total calculation
    17711771        walltime_onejob=600;%seconds, max estimated time for asingle file index value
    17721772        filename_joblist=fullfile(DirOAR,'job_list.txt');%create name of the global executable file
     
    23662366    end
    23672367else
    2368     if ~isempty(TimeName)
     2368    if ~isempty(TimeName)&& isfield(Data,TimeName)
    23692369        TimeValue=Data.(TimeName);
    23702370    end
Note: See TracChangeset for help on using the changeset viewer.