Ignore:
Timestamp:
Jan 28, 2015, 11:48:49 AM (10 years ago)
Author:
sommeria
Message:

bugsrepaired

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/civ_input.m

    r860 r861  
    17561756     Param.ActionInput.Civ1.CorrSmooth=0;% launch Civ1 with no data point (to get the image names for A and B)
    17571757     [Data,errormsg]=civ_series(Param);% get the civ1+fix1 results
    1758    
     1758     if ~isempty(errormsg), return, end % rmq: error msg displayed in civ_series
     1759     
    17591760 %% create image data ImageData for display
    17601761     ImageData.ListVarName={'ny','nx','A'};
Note: See TracChangeset for help on using the changeset viewer.