summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/setup-regularisers.py.in
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc3@googlemail.com>2018-05-04 10:04:00 +0100
committerGitHub <noreply@github.com>2018-05-04 10:04:00 +0100
commitd219be09f634b156958537aefcda2dcdb6bb5200 (patch)
tree91c025c65bf810c86d0eb918b610306f0924f35d /Wrappers/Python/setup-regularisers.py.in
parent9d0dd9704173a50226cb2d46c5418b8172b25f69 (diff)
parentfd62af62943acf481960eebbe9e986a620e6ebc9 (diff)
downloadregularization-d219be09f634b156958537aefcda2dcdb6bb5200.tar.gz
regularization-d219be09f634b156958537aefcda2dcdb6bb5200.tar.bz2
regularization-d219be09f634b156958537aefcda2dcdb6bb5200.tar.xz
regularization-d219be09f634b156958537aefcda2dcdb6bb5200.zip
Merge pull request #54 from vais-ral/FourthOrderDiffusion
Fourth order diffusion regulariser
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 f55c6fe..76dfecf 100644
--- a/Wrappers/Python/setup-regularisers.py.in
+++ b/Wrappers/Python/setup-regularisers.py.in
@@ -40,6 +40,7 @@ extra_include_dirs += [os.path.join(".." , ".." , "Core"),
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "TV_SB" ) ,
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "NDF" ) ,
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "dTV_FGP" ) ,
+ os.path.join(".." , ".." , "Core", "regularisers_GPU" , "DIFF4th" ) ,
"."]
if platform.system() == 'Windows':