Changeset 3020
- Timestamp:
- 02/11/10 09:41:34 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Exp/expmaster.m
r3019 r3020 25 25 % See also EXPDOC 26 26 27 %recover options 28 options=pairoptions(varargin{:}); 29 27 30 %Some checks 28 31 if ~nargin | nargout … … 30 33 elseif exist(newfile,'file'), 31 34 %recursive call to expmaster if file already exists 32 if nargin==1,35 if ~exist(options,'include'), 33 36 expmaster(newfile,'include',newfile,varargin{:}); 34 37 return; … … 42 45 end 43 46 end 44 45 %recover options46 options=pairoptions(varargin{:});47 47 48 48 %Add default options
Note:
See TracChangeset
for help on using the changeset viewer.