Changeset 19434


Ignore:
Timestamp:
07/13/15 01:31:02 (10 years ago)
Author:
cborstad
Message:

BUG: fixed handling of quiver plots and spc time series in processdata.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/processdata.py

    r19432 r19434  
    5959   
    6060    #quiver plot
    61     if datasize[1]>1:
     61    if datasize[1]>1 and datasize[0]!= md.mesh.numberofvertices+1:
    6262        if datasize[0]==md.mesh.numberofvertices and datasize[1]==2:
    6363            datatype=3
Note: See TracChangeset for help on using the changeset viewer.