summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/setup-regularisers.py.in
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc3@googlemail.com>2018-12-04 16:18:38 +0000
committerGitHub <noreply@github.com>2018-12-04 16:18:38 +0000
commitb6140c987875ff415b225f8800c4b582295db654 (patch)
tree5074abd308c3e2f4425ee27251d242f3273f1dd4 /Wrappers/Python/setup-regularisers.py.in
parent8b8dfc68fa6b70ec7eefcdfb928fb383196bec97 (diff)
parentc9ee9ecc84881595b04f19280c93bcd587171270 (diff)
downloadregularization-b6140c987875ff415b225f8800c4b582295db654.tar.gz
regularization-b6140c987875ff415b225f8800c4b582295db654.tar.bz2
regularization-b6140c987875ff415b225f8800c4b582295db654.tar.xz
regularization-b6140c987875ff415b225f8800c4b582295db654.zip
Merge pull request #77 from vais-ral/nltv_gpu
NLTV for GPU
Diffstat (limited to 'Wrappers/Python/setup-regularisers.py.in')
-rw-r--r--Wrappers/Python/setup-regularisers.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Wrappers/Python/setup-regularisers.py.in b/Wrappers/Python/setup-regularisers.py.in
index 542dcb4..462edda 100644
--- a/Wrappers/Python/setup-regularisers.py.in
+++ b/Wrappers/Python/setup-regularisers.py.in
@@ -45,6 +45,7 @@ extra_include_dirs += [os.path.join(".." , ".." , "Core"),
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "NDF" ) ,
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "dTV_FGP" ) ,
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "DIFF4th" ) ,
+ os.path.join(".." , ".." , "Core", "regularisers_GPU" , "PatchSelect" ) ,
"."]
if platform.system() == 'Windows':