Changeset 2294
- Timestamp:
- 09/23/09 15:14:40 (15 years ago)
- Location:
- issm/trunk/src/c/InterpFromMeshToGridx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/InterpFromMeshToGridx/InterpFromMeshToGridx.cpp
r2284 r2294 9 9 #define __FUNCT__ "InterpFromMeshToGridx" 10 10 11 intInterpFromMeshToGridx(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) {11 void 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) { 12 12 13 13 /*Output*/ -
issm/trunk/src/c/InterpFromMeshToGridx/InterpFromMeshToGridx.h
r2284 r2294 8 8 #include "../toolkits/toolkits.h" 9 9 10 intInterpFromMeshToGridx(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);10 void 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); 11 11 12 12 #endif /* _INTERPFROMMESHTOGRIDX_H */
Note:
See TracChangeset
for help on using the changeset viewer.