Changeset 233 for trunk/src/set_object.m


Ignore:
Timestamp:
Apr 6, 2011, 11:54:15 PM (13 years ago)
Author:
sommeria
Message:

small bug corrections, and improved display of image correlations (Testcvi1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/set_object.m

    r231 r233  
    681681testnew=0;
    682682ObjectData=read_set_object(handles);%read the input parameters defining the object in the GUI set_object
    683 if strcmp(ListObject{IndexObj_1},ObjectName)% we are editing the object whose projection is viewed in the uvmat frame
     683if ~isempty(ListObject) && strcmp(ListObject{IndexObj_1},ObjectName)% we are editing the object whose projection is viewed in the uvmat frame
    684684    IndexObj=IndexObj_1;
    685685    projview='uvmat';
Note: See TracChangeset for help on using the changeset viewer.