Skip to content

Commit 4818681

Browse files
committed
ups
1 parent 03c6460 commit 4818681

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

misc/force-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.12-dev:::2024-09-27_07:01:39
1+
3.7.12-dev:::2024-09-27_07:07:31

src/higher-level/interpolate-hl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ int interpolate_moving(tsa_t *ts, small *mask_, int nc, int nt, int ni, short no
4141
int interpolate_rbf(tsa_t *ts, small *mask_, int nc, int nt, int ni, short nodata, par_tsi_t *tsi);
4242
rbf_t *rbf_kernel(par_tsi_t *tsi);
4343
void free_rbf(rbf_t *rbf);
44-
void free_rbf(rbf_t *rbf){
4544
int irls_fit(const gsl_matrix *X, const gsl_vector *y, gsl_vector *c, gsl_matrix *cov);
4645
int interpolate_harmonic(tsa_t *ts, small *mask_, int nc, int nt, int nr, int ni, short nodata, par_tsi_t *tsi);
4746

0 commit comments

Comments
 (0)