Changeset 26340
- Timestamp:
- 06/30/21 21:38:54 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/classes/clusters/discover.py ΒΆ
r26338 r26340 120 120 if isdakota: 121 121 version = IssmConfig('_DAKOTA_VERSION_')[0:2] 122 version = float( version)122 version = float(str(version[0])) 123 123 if version >= 6: 124 124 executable = 'issm_dakota.exe'
Note:
See TracChangeset
for help on using the changeset viewer.