Changeset 595 for trunk/src/series/merge_proj.m
- Timestamp:
- Mar 29, 2013, 9:03:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/merge_proj.m
r592 r595 63 63 64 64 %%%%%%%%%%%% STANDARD PART (DO NOT EDIT) %%%%%%%%%%%% 65 66 65 67 %% read input parameters from an xml file if input is a file name (batch mode) 66 68 checkrun=1; … … 157 159 end 158 160 NomTypeOut=NomType;% output file index will indicate the first and last ref index in the series 159 if checkrun==1160 ParamOut.Specific=[];%no specific parameter161 return %stop here for interactive input (option Param.Specific='?')162 end161 % if checkrun==1 162 % ParamOut.Specific=[];%no specific parameter 163 % return %stop here for interactive input (option Param.Specific='?') 164 % end 163 165 164 166 %% Set field names and velocity types … … 174 176 %%%%%%%%%%%%%%%% loop on field indices %%%%%%%%%%%%%%%% 175 177 for index=index_slice 176 177 178 if checkrun 178 update_waitbar(hseries.Waitbar,index/(nbfield))179 stopstate=get(hseries.RUN,'BusyAction');179 stopstate=get(Param.RUNHandle,'BusyAction'); 180 update_waitbar(Param.WaitbarHandle,index/nbfield) 180 181 else 181 182 stopstate='queue'; 182 183 end 183 184 if ~isequal(stopstate,'queue')% enable STOP command 185 return 186 end 184 187 %%%%%%%%%%%%%%%% loop on views (input lines) %%%%%%%%%%%%%%%% 185 188 Data=cell(1,nbview);%initiate the set Data
Note: See TracChangeset
for help on using the changeset viewer.