Skip to content

Commit a06c884

Browse files
committed
index_cont_remove declaration
1 parent 56ba138 commit a06c884

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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-07-11_06:19:54
1+
3.7.12-dev:::2024-07-17_16:45:04

src/higher-level/index-hl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ void index_kernelized(ard_t *ard, small *mask_, tsa_t *ts, int b1, int b2, int n
4040
void index_resistance(ard_t *ard, small *mask_, tsa_t *ts, int n, int r, int b, float f1, float f2, float f3, float f4, bool rbc, int nc, int nt, short nodata);
4141
void index_tasseled(ard_t *ard, small *mask_, tsa_t *ts, int type, int b1, int b2, int b3, int b4, int b5, int b6, int nc, int nt, short nodata);
4242
void index_unmixed(ard_t *ard, small *mask_, tsa_t *ts, int nc, int nt, short nodata, par_sma_t *sma, aux_emb_t *endmember);
43+
void index_cont_remove(ard_t *ard, small *mask_, tsa_t *ts, int b_, int b1, int b2, float w_, float w1, float w2, int nc, int nt, short nodata);
4344

4445

4546
/** This function computes a spectral index time series, with band method,

0 commit comments

Comments
 (0)