Changeset 2173 for issm/trunk/src/m/utils/OptionsList/optionlist2cell.m
- Timestamp:
- 09/09/09 17:05:59 (16 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/OptionsList/optionlist2cell.m
r2172 r2173 1 function options= recover_options(varargin)1 function options=optionlist2cell(varargin) 2 2 %RECOVER_OPTIONS - recover options from a list of inputs 3 3 % … … 12 12 %make sure length(varargin) is even, ie options come in pairs. 13 13 if mod(length(varargin),2), 14 error(' recover_optionserror message: an even number of options is necessary');14 error('optionlist2cell error message: an even number of options is necessary'); 15 15 end 16 16
Note:
See TracChangeset
for help on using the changeset viewer.