Changeset 67 for trunk/src/update_obj.m


Ignore:
Timestamp:
Mar 25, 2010, 6:48:48 PM (14 years ago)
Author:
sommeria
Message:

civ: RUN civ lounched out of the Matlab work space. RUN and BATCH now runned by a unique sub-function lounch.m.
FiLE PARAM.xml modified to provide different paths for Batch and Run !!!!!
RUN_FIX: minor error message modif
geometry_calib: calib point editing by the mouse
improvement of the interactions between the different GUIs. Close function...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/update_obj.m

    r61 r67  
    2828for iview=1:length(Object_set) %loop on projection planes iview
    2929      if isfield(Object_set{iview},'plotaxes')
    30          haxes=Object_set{iview}.plotaxes;% axes for the field plot
     30         haxes=Object_set{iview}.plotaxes% axes for the field plot
    3131         if ishandle(haxes) & isequal(get(haxes,'Type'),'axes')% update the representation of the object IndexObj on this axes if it exists
    3232             testupdate=0;
Note: See TracChangeset for help on using the changeset viewer.