summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/setup-regularisers.py.in
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc3@googlemail.com>2018-05-23 15:43:37 +0100
committerGitHub <noreply@github.com>2018-05-23 15:43:37 +0100
commit941d3924152e4f7edd205cd03bdc1e4f0fab1d56 (patch)
tree86601c3ccf2c3b21a307e484b9cf35f1bd364fed /Wrappers/Python/setup-regularisers.py.in
parent601cd64a26786cf27a4ea1083bca146094909799 (diff)
parente53d631a2d0c34915459028e3db64153c3a936c3 (diff)
downloadregularization-941d3924152e4f7edd205cd03bdc1e4f0fab1d56.tar.gz
regularization-941d3924152e4f7edd205cd03bdc1e4f0fab1d56.tar.bz2
regularization-941d3924152e4f7edd205cd03bdc1e4f0fab1d56.tar.xz
regularization-941d3924152e4f7edd205cd03bdc1e4f0fab1d56.zip
Merge pull request #55 from vais-ral/TGV
TGV for CPU and GPU added with demos
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 76dfecf..89ebaf9 100644
--- a/Wrappers/Python/setup-regularisers.py.in
+++ b/Wrappers/Python/setup-regularisers.py.in
@@ -38,6 +38,7 @@ extra_include_dirs += [os.path.join(".." , ".." , "Core"),
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "TV_FGP" ) ,
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "TV_ROF" ) ,
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "TV_SB" ) ,
+ os.path.join(".." , ".." , "Core", "regularisers_GPU" , "TGV" ) ,
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "NDF" ) ,
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "dTV_FGP" ) ,
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "DIFF4th" ) ,