Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Sep 27, 2024
1 parent 03c6460 commit 4818681
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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-09-27_07:01:39
3.7.12-dev:::2024-09-27_07:07:31
1 change: 0 additions & 1 deletion src/higher-level/interpolate-hl.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ 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);

Expand Down

0 comments on commit 4818681

Please sign in to comment.