Ignore:
Timestamp:
Jul 5, 2024, 9:00:14 AM (3 months ago)
Author:
sommeria
Message:

civ3 improved

File:
1 edited

Legend:

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

    r1152 r1153  
    903903        time_total=toc(tstart);
    904904        disp(['ellapsed time ' num2str(time_total/60,2) ' minutes'])
    905         disp(['time image reading ' num2str(time_input,2) ' s'])
     905        if exist('time_input','var')
     906            disp(['time image reading ' num2str(time_input,2) ' s'])
     907        end
    906908        disp(['time civ1 ' num2str(time_civ1,2) ' s'])
    907909        disp(['time patch1 ' num2str(time_patch1,2) ' s'])
Note: See TracChangeset for help on using the changeset viewer.