summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/setup-regularisers.py.in
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc3@googlemail.com>2018-04-12 12:09:38 +0100
committerGitHub <noreply@github.com>2018-04-12 12:09:38 +0100
commit7ae26b005c5f3d9ca0181ab1cf06b6ee8df5ed69 (patch)
tree225dcf0db9dc7e0f0fc5fc001a7efb14c19658f8 /Wrappers/Python/setup-regularisers.py.in
parentaa99eb8a9bd47ecd6e4d3d1e8c9f0cfbefb4f7bb (diff)
parent22f6e22cbe6db04c6bbe8d259ce761e3748d7102 (diff)
downloadregularization-7ae26b005c5f3d9ca0181ab1cf06b6ee8df5ed69.tar.gz
regularization-7ae26b005c5f3d9ca0181ab1cf06b6ee8df5ed69.tar.bz2
regularization-7ae26b005c5f3d9ca0181ab1cf06b6ee8df5ed69.tar.xz
regularization-7ae26b005c5f3d9ca0181ab1cf06b6ee8df5ed69.zip
Merge pull request #49 from vais-ral/dTV
dTV regulariser (2D/3D CPU/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 a1c1ab6..c7ebb5c 100644
--- a/Wrappers/Python/setup-regularisers.py.in
+++ b/Wrappers/Python/setup-regularisers.py.in
@@ -36,6 +36,7 @@ extra_include_dirs += [os.path.join(".." , ".." , "Core"),
os.path.join(".." , ".." , "Core", "regularisers_CPU"),
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "TV_FGP" ) ,
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "TV_ROF" ) ,
+ os.path.join(".." , ".." , "Core", "regularisers_GPU" , "dTV_FGP" ) ,
"."]
if platform.system() == 'Windows':