From 09efb291c7edc57cff7300d16adc627fce13bcc7 Mon Sep 17 00:00:00 2001
From: Edoardo Pasca <edo.paskino@gmail.com>
Date: Tue, 13 Feb 2018 16:36:26 +0000
Subject: removed and renamed a few things

---
 Wrappers/Python/setup-regularizers.py.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Wrappers/Python/setup-regularizers.py.in')

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, 
-- 
cgit v1.2.3