Ignore:
Timestamp:
07/14/16 10:06:48 (9 years ago)
Author:
bdef
Message:

BUG:uniformisation of wrapper module and reverting to standard python behaviour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/modules/InterpFromMeshToGrid.py

    r20875 r20909  
    1515        """
    1616        # Call mex module
    17         [x_m,y_m,griddata]=InterpFromMeshToGrid_python(index,x,y,data,xmin,ymax,xposting,yposting,nlines,ncols,default_value);
     17        x_m,y_m,griddata=InterpFromMeshToGrid_python(index,x,y,data,xmin,ymax,xposting,yposting,nlines,ncols,default_value)
    1818        # Return
    19         return [x_m,y_m,griddate];
     19        return x_m,y_m,griddate
Note: See TracChangeset for help on using the changeset viewer.