Ignore:
Timestamp:
09/09/09 17:05:59 (16 years ago)
Author:
Mathieu Morlighem
Message:

renaming

File:
1 moved

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/OptionsList/optionlist2cell.m

    r2172 r2173  
    1 function options=recover_options(varargin)
     1function options=optionlist2cell(varargin)
    22%RECOVER_OPTIONS - recover options from a list of inputs
    33%
     
    1212%make sure length(varargin) is even, ie options come in pairs.
    1313if mod(length(varargin),2),
    14         error('recover_options error message: an even number of options is necessary');
     14        error('optionlist2cell error message: an even number of options is necessary');
    1515end
    1616
Note: See TracChangeset for help on using the changeset viewer.