Changeset 17958


Ignore:
Timestamp:
05/07/14 13:25:33 (11 years ago)
Author:
cborstad
Message:

BUG: fixed python SectionValues for 2D meshes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/interp/SectionValues.py

    r17885 r17958  
    8080       
    8181        #New mesh and Data interpolation
    82         if md.mesh.domaintype().lower() == '2d':
     82        if '2d' in md.mesh.domaintype().lower():
    8383       
    8484                #Interpolation of data on specified points
     
    137137                index=index3
    138138
    139                 return index,X,Y,Z,S,data_interp
     139        return index,X,Y,Z,S,data_interp
Note: See TracChangeset for help on using the changeset viewer.