Changeset 23034


Ignore:
Timestamp:
07/31/18 16:14:03 (7 years ago)
Author:
caronlam
Message:

fixing consitency checks in slr.py

File:
1 edited

Legend:

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

    r23033 r23034  
    174174                        if md.transient.iscoupler:
    175175                                #we are good;
    176                         else
     176                        else:
    177177                                if domaintype(md.mesh)=='mesh3dsurface':
    178178                                        #we are good
    179                                 else
     179                                else:
    180180                                        error('model is requesting geodetic computations without being a mesh3dsurface, or being coupled to one!');
    181181                return md
Note: See TracChangeset for help on using the changeset viewer.