Skip to content

Commit

Permalink
added function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Sep 27, 2024
1 parent e4a7230 commit 771c5ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion misc/force-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.12-dev:::2024-07-22_06:55:34
3.7.12-dev:::2024-09-27_07:01:39
3 changes: 3 additions & 0 deletions src/higher-level/interpolate-hl.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ int interpolate_moving(tsa_t *ts, small *mask_, int nc, int nt, int ni, short no
int interpolate_rbf(tsa_t *ts, small *mask_, int nc, int nt, int ni, short nodata, par_tsi_t *tsi);
rbf_t *rbf_kernel(par_tsi_t *tsi);
void free_rbf(rbf_t *rbf);
void free_rbf(rbf_t *rbf){
int irls_fit(const gsl_matrix *X, const gsl_vector *y, gsl_vector *c, gsl_matrix *cov);
int interpolate_harmonic(tsa_t *ts, small *mask_, int nc, int nt, int nr, int ni, short nodata, par_tsi_t *tsi);


/** This function "interpolates" the time series with the NONE option:
Expand Down

0 comments on commit 771c5ab

Please sign in to comment.