Changeset 478 for trunk/src/series/relabel_i_j.m
- Timestamp:
- Jun 26, 2012, 8:41:27 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/relabel_i_j.m
r462 r478 73 73 else 74 74 hseries=guidata(Param.hseries);%handles of the GUI series 75 WaitbarPos=get(hseries.waitbar_frame,'Position');%position of the waitbar on the GUI series76 75 if isfield(Param,'Specific')&& strcmp(Param.Specific,'?') 77 76 checkrun=1;% will only search interactive input parameters (preparation of BATCH mode) … … 322 321 for ifile=1:nbfield 323 322 if checkrun 324 update_waitbar(hseries. waitbar_frame,WaitbarPos,ifile/nbfield)323 update_waitbar(hseries.Waitbar,ifile/nbfield) 325 324 stopstate=get(hseries.RUN,'BusyAction'); 326 325 else
Note: See TracChangeset
for help on using the changeset viewer.