Changeset 3020


Ignore:
Timestamp:
02/11/10 09:41:34 (15 years ago)
Author:
Mathieu Morlighem
Message:

fixed minor bug for Ala

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Exp/expmaster.m

    r3019 r3020  
    2525%   See also EXPDOC
    2626
     27%recover options
     28options=pairoptions(varargin{:});
     29
    2730%Some checks
    2831if ~nargin | nargout
     
    3033elseif exist(newfile,'file'),
    3134        %recursive call to expmaster if file already exists
    32         if nargin==1,
     35        if ~exist(options,'include'),
    3336                expmaster(newfile,'include',newfile,varargin{:});
    3437                return;
     
    4245        end
    4346end
    44 
    45 %recover options
    46 options=pairoptions(varargin{:});
    4747
    4848%Add default options
Note: See TracChangeset for help on using the changeset viewer.