summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/setup-regularisers.py.in
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc3@googlemail.com>2018-04-19 13:38:58 +0100
committerGitHub <noreply@github.com>2018-04-19 13:38:58 +0100
commit8d7e53224216be05f869fd56fd8a6d8bcd611166 (patch)
treef3fbf76cfd2350c8794163845dc94c012c04a3a8 /Wrappers/Python/setup-regularisers.py.in
parentcbe38cf8874ca3b74e25ce64d61bbb2edeb3a9c1 (diff)
parentb1b26855c4cd5a3e2624b280b64adeda6793b4d7 (diff)
downloadregularization-8d7e53224216be05f869fd56fd8a6d8bcd611166.tar.gz
regularization-8d7e53224216be05f869fd56fd8a6d8bcd611166.tar.bz2
regularization-8d7e53224216be05f869fd56fd8a6d8bcd611166.tar.xz
regularization-8d7e53224216be05f869fd56fd8a6d8bcd611166.zip
Merge pull request #52 from vais-ral/NonlDiffusion
Nonlinear diffusion module
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 0681cc4..b900efe 100644
--- a/Wrappers/Python/setup-regularisers.py.in
+++ b/Wrappers/Python/setup-regularisers.py.in
@@ -37,6 +37,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" , "NDF" ) ,
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "dTV_FGP" ) ,
"."]