Changeset 23034
- Timestamp:
- 07/31/18 16:14:03 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/slr.py
r23033 r23034 174 174 if md.transient.iscoupler: 175 175 #we are good; 176 else 176 else: 177 177 if domaintype(md.mesh)=='mesh3dsurface': 178 178 #we are good 179 else 179 else: 180 180 error('model is requesting geodetic computations without being a mesh3dsurface, or being coupled to one!'); 181 181 return md
Note:
See TracChangeset
for help on using the changeset viewer.