diff options
author | dkazanc <dkazanc@hotmail.com> | 2019-11-26 14:51:34 +0000 |
---|---|---|
committer | dkazanc <dkazanc@hotmail.com> | 2019-11-26 14:51:34 +0000 |
commit | 494a857b830fce5e786dfc058f68bf78d9673ba6 (patch) | |
tree | e2f2156457848c6cd8ba4fc28c4ad5eac7fd893d /src/Python/setup-regularisers.py.in | |
parent | 5e7b28053dfe06008657bcdb68462dc3d84b8a22 (diff) | |
download | regularization-494a857b830fce5e786dfc058f68bf78d9673ba6.tar.gz regularization-494a857b830fce5e786dfc058f68bf78d9673ba6.tar.bz2 regularization-494a857b830fce5e786dfc058f68bf78d9673ba6.tar.xz regularization-494a857b830fce5e786dfc058f68bf78d9673ba6.zip |
PDTV 3D verision
Diffstat (limited to 'src/Python/setup-regularisers.py.in')
-rw-r--r-- | src/Python/setup-regularisers.py.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Python/setup-regularisers.py.in b/src/Python/setup-regularisers.py.in index 9bcd46d..9a5b693 100644 --- a/src/Python/setup-regularisers.py.in +++ b/src/Python/setup-regularisers.py.in @@ -38,7 +38,6 @@ extra_include_dirs += [os.path.join(".." , "Core"), os.path.join(".." , "Core", "regularisers_CPU"), os.path.join(".." , "Core", "inpainters_CPU"), os.path.join(".." , "Core", "regularisers_GPU" , "TV_FGP" ) , - os.path.join(".." , "Core", "regularisers_GPU" , "TV_PD" ) , os.path.join(".." , "Core", "regularisers_GPU" , "TV_ROF" ) , os.path.join(".." , "Core", "regularisers_GPU" , "TV_SB" ) , os.path.join(".." , "Core", "regularisers_GPU" , "TGV" ) , |