Changeset 894 for trunk/src/series/civ_series.m
- Timestamp:
- May 4, 2015, 9:59:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_series.m
r886 r894 324 324 %%%%% MAIN LOOP %%%%%% 325 325 maskname='';% initiate the mask name 326 t ic;326 tstart=tic; 327 327 for ifield=1:NbField 328 328 if ~isempty(RUNHandle)% update the waitbar in interactive mode with GUI series (checkrun=1) … … 851 851 disp(errormsg) 852 852 end 853 end 854 end 855 disp(['ellapsed time ' num2str(toc) ' s']) 853 disp(['ellapsed time ' num2str(toc) ' s']) 854 end 855 end 856 856 857 857 858 % 'civ': function piv.m adapted from PIVlab http://pivlab.blogspot.com/
Note: See TracChangeset
for help on using the changeset viewer.