Ignore:
Timestamp:
08/07/12 15:35:45 (13 years ago)
Author:
jschierm
Message:

NEW: New python version of verbose and some other minor updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/verbose.m

    r12663 r12938  
    4242                                case 1,
    4343                                        binary=varargin{1};
    44                                         if ischar(binary),
     44                                        if     ischar(binary),
    4545                                                if strcmpi(binary,'all'),
    4646                                                        binary=2^11-1; %all ones
     
    5151                                                        verbose=BinaryToVerbose(verbose,binary);
    5252                                                end
     53                                        elseif isnumeric(binary),
     54                                                verbose=BinaryToVerbose(verbose,binary);
    5355                                        end
    5456                                otherwise,
Note: See TracChangeset for help on using the changeset viewer.