Skip to content

Commit

Permalink
update CUDA source file location in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sezelt committed Oct 9, 2023
1 parent b35d8ec commit d6f4799
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 d6f4799

Please sign in to comment.