Skip to content

Commit 220d985

Browse files
Liang YuGitHub Enterprise
authored andcommitted
rename files for case insensitive systems (#800)
* rename files for case insensitive systems * update filenames in files
1 parent c6e0e75 commit 220d985

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

python/extensions/pybind_isce3/Sources.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if(WITH_CUDA)
7777
cuda/core/ComputeCapability.cpp
7878
cuda/core/Device.cpp
7979
cuda/geocode/geocode.cpp
80-
cuda/geocode/Geocode.cpp
80+
cuda/geocode/cuGeocode.cpp
8181
cuda/geometry/geometry.cpp
8282
cuda/geometry/geo2rdr.cpp
8383
cuda/geometry/rdr2geo.cpp

python/extensions/pybind_isce3/cuda/geocode/Geocode.cpp renamed to python/extensions/pybind_isce3/cuda/geocode/cuGeocode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "Geocode.h"
1+
#include "cuGeocode.h"
22

33
#include <gdal_priv.h>
44

File renamed without changes.

python/extensions/pybind_isce3/cuda/geocode/geocode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "geocode.h"
22

3-
#include "Geocode.h"
3+
#include "cuGeocode.h"
44

55
namespace py = pybind11;
66

0 commit comments

Comments
 (0)