Changeset 611 for trunk/src/civ.m


Ignore:
Timestamp:
Apr 18, 2013, 9:02:03 AM (11 years ago)
Author:
sommeria
Message:

problem of time display repaired

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r599 r611  
    335335    set(handles.ListPairCiv2,'String',{''})
    336336    Param=xml2struct(fileinput);  %read parameters from the xml input file
    337     fill_GUI(Param,handles);%fill the GUI with the parameters retrieved from the xml file
     337    fill_GUI(Param,handles.civ);%fill the GUI with the parameters retrieved from the xml file
    338338    return
    339339end
     
    534534    MaxIndex_i=min(size(time,1),MaxIndex_i);%possibly adjust the max index according to time data
    535535    MaxIndex_j=min(size(time,2),MaxIndex_j);
    536     time=[zeros(size(time,1),1) time]; %insert a vertical line of zeros (to deal with zero file indices)
    537     time=[zeros(1,size(time,2)); time]; %insert a horizontal line of zeros
     536%     time=[zeros(size(time,1),1) time]; %insert a vertical line of zeros (to deal with zero file indices)
     537%     time=[zeros(1,size(time,2)); time]; %insert a horizontal line of zeros
    538538else
    539539    set(handles.ImaDoc,'String',''); %xml file not used for timing
Note: See TracChangeset for help on using the changeset viewer.