Skip to content

Commit

Permalink
Merge pull request #532 from sezelt/cudakern_relocate
Browse files Browse the repository at this point in the history
update CUDA source file location in setup.py
  • Loading branch information
bsavitzky authored Oct 16, 2023
2 parents b35d8ec + d6f4799 commit 8d5b2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
},
)

0 comments on commit 8d5b2e0

Please sign in to comment.