Changeset 26353 for issm/trunk-jpl/src/m/classes/solidearthsettings.py
- Timestamp:
- 07/18/21 16:19:07 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/solidearthsettings.py
r26317 r26353 118 118 # A GRD computation has been requested, make some checks on the nature of the meshes provided 119 119 if self.isgrd: 120 if md.mesh.__class__.__name__ is'mesh3dsurface':120 if md.mesh.__class__.__name__ == 'mesh3dsurface': 121 121 if self.grdmodel == 2: 122 122 raise RuntimeException('model requires a 2D mesh to run gia Ivins computations (change mesh from mesh3dsurface to mesh2d)')
Note:
See TracChangeset
for help on using the changeset viewer.