Changeset 247 for trunk/src/uvmat.m
- Timestamp:
- Apr 29, 2011, 6:44:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r246 r247 2147 2147 ParamIn.GUIName='get_field'; 2148 2148 [Field{1},ParamOut,errormsg] = read_field(ObjectName,FileType,ParamIn,num_i1); 2149 Field{1} 2149 2150 if ~isempty(errormsg) 2150 2151 errormsg=['error in reading ' filename ': ' errormsg]; … … 2462 2463 end 2463 2464 else 2464 errormsg='input field coordinates not defined';2465 return2465 % errormsg='input field coordinates not defined'; 2466 % return 2466 2467 end 2467 2468 if NbDim==3 … … 2593 2594 2594 2595 %% Plot the projections on the selected projection objects 2595 2596 'PLOT' 2596 2597 % main projection object (uvmat display) 2597 2598 list_object=get(handles.list_object_1,'String');
Note: See TracChangeset
for help on using the changeset viewer.