Changeset 67 for trunk/src/update_obj.m
- Timestamp:
- Mar 25, 2010, 6:48:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/update_obj.m
r61 r67 28 28 for iview=1:length(Object_set) %loop on projection planes iview 29 29 if isfield(Object_set{iview},'plotaxes') 30 haxes=Object_set{iview}.plotaxes ;% axes for the field plot30 haxes=Object_set{iview}.plotaxes% axes for the field plot 31 31 if ishandle(haxes) & isequal(get(haxes,'Type'),'axes')% update the representation of the object IndexObj on this axes if it exists 32 32 testupdate=0;
Note: See TracChangeset
for help on using the changeset viewer.