Changeset 26873
- Timestamp:
- 02/10/22 05:04:02 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/inversions/marshallcostfunctions.py
r26870 r26873 14 14 505: 'ThicknessAcrossGradient'} 15 15 16 if type(cost_functions == int):16 if type(cost_functions) == int: 17 17 data = [cfDict[cost_functions]] 18 18 else:
Note:
See TracChangeset
for help on using the changeset viewer.