Ignore:
Timestamp:
11/29/11 07:49:01 (13 years ago)
Author:
Mathieu Morlighem
Message:

Fixed usage of other interpolation routines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/mex/InterpFromGridToMesh/InterpFromGridToMesh.cpp

    r8910 r10946  
    9191        _printf_(true,"   Example:\n");
    9292        _printf_(true,"      load('velocities.mat');\n");
    93         _printf_(true,"      md.vx_obs=InterpFromGridToMesh(x_n,y_m,vx,md.x,md.y,0);\n");
     93        _printf_(true,"      md.inversion.vx_obs=InterpFromGridToMesh(x_n,y_m,vx,md.mesh.x,md.mesh.y,0);\n");
    9494        _printf_(true,"\n");
    9595}
Note: See TracChangeset for help on using the changeset viewer.