- Timestamp:
- 05/17/10 10:47:39 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/InterpFromMeshToGridx/InterpFromMeshToGridx.cpp
r3332 r3775 5 5 #include "./InterpFromMeshToGridx.h" 6 6 #include "../shared/shared.h" 7 #include "../include/ macros.h"7 #include "../include/include.h" 8 8 9 9 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) {
Note:
See TracChangeset
for help on using the changeset viewer.