Ignore:
Timestamp:
May 4, 2015, 9:59:57 PM (9 years ago)
Author:
sommeria
Message:

extract rdvision new

File:
1 edited

Legend:

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

    r886 r894  
    324324%%%%% MAIN LOOP %%%%%%
    325325maskname='';% initiate the mask name
    326 tic;
     326tstart=tic;
    327327for ifield=1:NbField
    328328    if ~isempty(RUNHandle)% update the waitbar in interactive mode with GUI series  (checkrun=1)
     
    851851            disp(errormsg)
    852852        end
    853     end
    854 end
    855 disp(['ellapsed time ' num2str(toc) ' s'])
     853        disp(['ellapsed time ' num2str(toc) ' s'])
     854    end
     855end
     856
    856857
    857858% 'civ': function piv.m adapted from PIVlab http://pivlab.blogspot.com/
Note: See TracChangeset for help on using the changeset viewer.