Ignore:
Timestamp:
07/18/21 16:19:07 (4 years ago)
Author:
jdquinn
Message:

CHG: Checking on cluster type rather than name in waitonlock.py; silencing cluster settings warnings by default; formatting; cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/solidearthsettings.py

    r26317 r26353  
    118118        # A GRD computation has been requested, make some checks on the nature of the meshes provided
    119119        if self.isgrd:
    120             if md.mesh.__class__.__name__ is 'mesh3dsurface':
     120            if md.mesh.__class__.__name__ == 'mesh3dsurface':
    121121                if self.grdmodel == 2:
    122122                    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.