From d6f4799224728c86a551b9a2b739b01147b3698f Mon Sep 17 00:00:00 2001 From: Steve Zeltmann Date: Mon, 9 Oct 2023 09:41:29 -0400 Subject: [PATCH] update CUDA source file location in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 069bf1600..c3cbbd151 100644 --- a/setup.py +++ b/setup.py @@ -57,8 +57,8 @@ package_data={ "py4DSTEM": [ "process/utils/scattering_factors.txt", - "process/diskdetection/multicorr_row_kernel.cu", - "process/diskdetection/multicorr_col_kernel.cu", + "braggvectors/multicorr_row_kernel.cu", + "braggvectors/multicorr_col_kernel.cu", ] }, )