Changeset 12706 for issm/trunk/src/c/modules/Krigingx/Krigingx.h
- Timestamp:
- 07/24/12 10:36:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/Krigingx/Krigingx.h
r12330 r12706 13 13 14 14 int Krigingx(double** ppredictions,double **perror,double* x, double* y, double* observations, int n_obs,double* x_interp,double* y_interp,int n_interp,Options* options); 15 int pKrigingx(double** ppredictions,double **perror,double* x, double* y, double* observations, int n_obs,double* x_interp,double* y_interp,int n_interp,Options* options); 15 16 void ProcessVariogram(Variogram **pvariogram,Options* options); 16 void GslSolve(double** pX,double* A,double* B,int n);17 17 18 18 /*threading: */ … … 32 32 33 33 void* Krigingxt(void*); 34 void* NearestNeighbort(void*); 35 void* idwt(void*); 34 36 #endif /* _KRIGINGX_H */
Note:
See TracChangeset
for help on using the changeset viewer.