summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/setup-regularizers.py.in
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-02-13 16:36:26 +0000
committerEdoardo Pasca <edo.paskino@gmail.com>2018-02-20 16:18:46 +0000
commit09efb291c7edc57cff7300d16adc627fce13bcc7 (patch)
treee48252598d768d1852659a4f124f7f91f0f353f8 /Wrappers/Python/setup-regularizers.py.in
parentd57b398a39d64e2ed8ab7bbc65be5e04f013d5ea (diff)
downloadregularization-09efb291c7edc57cff7300d16adc627fce13bcc7.tar.gz
regularization-09efb291c7edc57cff7300d16adc627fce13bcc7.tar.bz2
regularization-09efb291c7edc57cff7300d16adc627fce13bcc7.tar.xz
regularization-09efb291c7edc57cff7300d16adc627fce13bcc7.zip
removed and renamed a few things
Diffstat (limited to 'Wrappers/Python/setup-regularizers.py.in')
-rw-r--r--Wrappers/Python/setup-regularizers.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/setup-regularizers.py.in b/Wrappers/Python/setup-regularizers.py.in
index 3f4d2d7..a125261 100644
--- a/Wrappers/Python/setup-regularizers.py.in
+++ b/Wrappers/Python/setup-regularizers.py.in
@@ -52,7 +52,7 @@ setup(
version=cil_version,
cmdclass = {'build_ext': build_ext},
ext_modules = [Extension("ccpi.filters.cpu_regularizers_boost",
- sources=[os.path.join("." , "src", "fista_module.cpp" )],
+ sources=[os.path.join("." , "src", "cpu_regularizers.cpp" )],
include_dirs=extra_include_dirs,
library_dirs=extra_library_dirs,
extra_compile_args=extra_compile_args,