source: issm/oecreview/Archive/25834-26739/ISSM-26604-26605.diff

Last change on this file was 26740, checked in by Mathieu Morlighem, 3 years ago

CHG: added 25834-26739

File size: 753 bytes
  • ../trunk-jpl/src/c/modules/InterpFromMeshToMesh2dx/InterpFromMeshToMesh2dx.h

     
    88#include "../../classes/classes.h"
    99
    1010int InterpFromMeshToMesh2dx(double** pdata_interp,int* index_data,double* x_data,double* y_data,int nods_data,int nels_data,
    11                         double* data,int M_data,int N_data,double* x_interp,double* y_interp,int N_interp,Options* options);
     11                        double* data,int M_data,int N_data,double* x_interp,double* y_interp,int N_interp,Options* options=NULL);
    1212
    1313#endif
Note: See TracBrowser for help on using the repository browser.