Ignore:
Timestamp:
Mar 11, 2026, 7:00:29 PM (3 days ago)
Author:
sommeria
Message:

parfor introduced in civ.m

File:
1 edited

Legend:

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

    r1197 r1198  
    328328    % if Civ1 computation is requested
    329329    if Param.ActionInput.CheckCiv1
     330        tstart_civ1=tic;
    330331        disp('civ1 started')
    331332        par_civ1=Param.ActionInput.Civ1;% parameters for civ1
     
    543544            return
    544545        end
     546        time_civ1=toc(tstart_civ1);
    545547    end
    546548   
Note: See TracChangeset for help on using the changeset viewer.