Changeset 17966
- Timestamp:
- 05/08/14 15:14:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/verbose.py
r17480 r17966 50 50 binary=args[0] 51 51 if isinstance(binary,(str,unicode)): 52 if strcmpi(binary,'all'):52 if binary.lower()=='all': 53 53 binary=2**11-1 #all ones 54 54 self.BinaryToVerbose(binary)
Note:
See TracChangeset
for help on using the changeset viewer.