Changeset 17966


Ignore:
Timestamp:
05/08/14 15:14:38 (11 years ago)
Author:
Eric.Larour
Message:

CHG: leftover from matlab;

File:
1 edited

Legend:

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

    r17480 r17966  
    5050                        binary=args[0]
    5151                        if   isinstance(binary,(str,unicode)):
    52                                 if strcmpi(binary,'all'):
     52                                if binary.lower()=='all':
    5353                                        binary=2**11-1    #all ones
    5454                                        self.BinaryToVerbose(binary)
Note: See TracChangeset for help on using the changeset viewer.