diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2018-05-03 23:18:47 +0100 |
---|---|---|
committer | Daniil Kazantsev <dkazanc@hotmail.com> | 2018-05-03 23:18:47 +0100 |
commit | 66b101901f29776486009d165221d03a57316a0e (patch) | |
tree | 1e142d6400f09b7d4f61bfab1260b9399b3d7628 /Wrappers/Python/setup-regularisers.py.in | |
parent | 9d0dd9704173a50226cb2d46c5418b8172b25f69 (diff) | |
download | regularization-66b101901f29776486009d165221d03a57316a0e.tar.gz regularization-66b101901f29776486009d165221d03a57316a0e.tar.bz2 regularization-66b101901f29776486009d165221d03a57316a0e.tar.xz regularization-66b101901f29776486009d165221d03a57316a0e.zip |
4th order diffusion added
Diffstat (limited to 'Wrappers/Python/setup-regularisers.py.in')
-rw-r--r-- | Wrappers/Python/setup-regularisers.py.in | 1 |
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': |