Changeset 416


Ignore:
Timestamp:
May 9, 2012, 11:21:01 AM (12 years ago)
Author:
sommeria
Message:

bugs corrected in civ: undefined pxcm_search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r415 r416  
    454454
    455455%%  read the time in the image documentation file 
    456 mode=''; %default
    457456time=[];
    458457TimeUnit=''; %default
    459458CoordUnit='';%default
    460 pxcmx_search=[];%default
    461 pxcmy_search=[];%default
     459pxcm_search=1;
    462460if ~isempty(ext_imadoc)
    463461    set(handles.ImaDoc,'BackgroundColor',[1 1 0]) % set edit box to yellow cloro to indicate that the file reading is beginning
     
    496494                TimeUnit=XmlData.TimeUnit;
    497495            end
    498             pxcm_search=1;
     496
    499497            if isfield(XmlData,'GeometryCalib')
    500498                tsai=XmlData.GeometryCalib;
Note: See TracChangeset for help on using the changeset viewer.