- Timestamp:
- 08/25/20 00:32:13 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp
r23168 r25455 31 31 32 32 /*Intermediaties*/ 33 int *index = NULL;34 double *x_data = NULL;35 double *y_data = NULL;36 double *data = NULL;33 int* index = NULL; 34 double* x_data = NULL; 35 double* y_data = NULL; 36 double* data = NULL; 37 37 int nods_data,nels_data; 38 38 int M_data,N_data; 39 double *x_interp = NULL;40 double *y_interp = NULL;39 double* x_interp = NULL; 40 double* y_interp = NULL; 41 41 int N_interp; 42 Options *options = NULL;43 double *data_interp = NULL;42 Options* options = NULL; 43 double* data_interp = NULL; 44 44 int test1,test2,test; 45 45
Note:
See TracChangeset
for help on using the changeset viewer.