Skip to content

Commit 175c25f

Browse files
committed
Merge branch 'master' into fix/plot-A
2 parents 2e1a344 + df57499 commit 175c25f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

ci/install-dependencies-windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PACKAGE="${PACKAGE:-false}"
1919
WIN_PLATFORM=x64-windows
2020

2121
# install libraries
22-
vcpkg install netcdf-c gdal[core,tools,default-features] pcre2 fftw3[core,threads] clapack openblas --triplet ${WIN_PLATFORM}
22+
vcpkg install netcdf-c gdal[core,tools,geos,netcdf] pcre2 fftw3[core,threads] clapack openblas --triplet ${WIN_PLATFORM}
2323
# Executable files search for DLL files in the directories listed in the PATH environment variable.
2424
echo "${VCPKG_INSTALLATION_ROOT}/installed/${WIN_PLATFORM}/bin" >> $GITHUB_PATH
2525
# Tools like gdal_translate, ogr2ogr are located in tools/gdal

src/sphdistance.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ enum sphdist_modes {
5252
SPHD_VALUES = 2};
5353

5454
struct SPHDISTANCE_CTRL {
55-
struct SPHDISTANCE_A { /* -A[m|p|x|y|step] */
56-
bool active;
57-
unsigned int mode;
58-
double step;
59-
} A;
6055
struct SPHDISTANCE_C { /* -C */
6156
bool active;
6257
} C;

0 commit comments

Comments
 (0)