Changeset 2294


Ignore:
Timestamp:
09/23/09 15:14:40 (15 years ago)
Author:
Mathieu Morlighem
Message:

return void

Location:
issm/trunk/src/c/InterpFromMeshToGridx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/InterpFromMeshToGridx/InterpFromMeshToGridx.cpp

    r2284 r2294  
    99#define __FUNCT__ "InterpFromMeshToGridx"
    1010
    11 int InterpFromMeshToGridx(double** px_m,double** py_m,double** pgriddata,double* index_mesh, double* x_mesh, double* y_mesh, int nods,int nels, double* data_mesh, int data_length, double cornereast,double cornernorth,double xposting,double yposting,int nlines,int ncols,double default_value) {
     11void InterpFromMeshToGridx(double** px_m,double** py_m,double** pgriddata,double* index_mesh, double* x_mesh, double* y_mesh, int nods,int nels, double* data_mesh, int data_length, double cornereast,double cornernorth,double xposting,double yposting,int nlines,int ncols,double default_value) {
    1212
    1313        /*Output*/
  • issm/trunk/src/c/InterpFromMeshToGridx/InterpFromMeshToGridx.h

    r2284 r2294  
    88#include "../toolkits/toolkits.h"
    99
    10 int InterpFromMeshToGridx(double** px_m,double** py_m,double** pgriddata,double* index_mesh, double* x_mesh, double* y_mesh, int nods,int nels, double* data_mesh, int data_length, double cornereast,double cornernorth,double xposting,double yposting,int nlines,int ncols,double default_value);
     10void InterpFromMeshToGridx(double** px_m,double** py_m,double** pgriddata,double* index_mesh, double* x_mesh, double* y_mesh, int nods,int nels, double* data_mesh, int data_length, double cornereast,double cornernorth,double xposting,double yposting,int nlines,int ncols,double default_value);
    1111
    1212#endif /* _INTERPFROMMESHTOGRIDX_H */
Note: See TracChangeset for help on using the changeset viewer.