diff options
author | algol <dkazanc@hotmail.com> | 2018-03-07 10:15:13 +0000 |
---|---|---|
committer | algol <dkazanc@hotmail.com> | 2018-03-07 10:15:13 +0000 |
commit | fbb7a12f7714978c251f02bf84ab9a66c762f428 (patch) | |
tree | 2c158b86dff89d8b7f5622cbdce8d5600eaaab5e /Wrappers/Python | |
parent | 4593040d228fec5ef1f1a301e511708d47f0d55e (diff) | |
download | regularization-fbb7a12f7714978c251f02bf84ab9a66c762f428.tar.gz regularization-fbb7a12f7714978c251f02bf84ab9a66c762f428.tar.bz2 regularization-fbb7a12f7714978c251f02bf84ab9a66c762f428.tar.xz regularization-fbb7a12f7714978c251f02bf84ab9a66c762f428.zip |
small correct #40
Diffstat (limited to 'Wrappers/Python')
-rw-r--r-- | Wrappers/Python/src/cpu_regularizers.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Wrappers/Python/src/cpu_regularizers.cpp b/Wrappers/Python/src/cpu_regularizers.cpp index 88b7c3c..3529ebd 100644 --- a/Wrappers/Python/src/cpu_regularizers.cpp +++ b/Wrappers/Python/src/cpu_regularizers.cpp @@ -27,7 +27,6 @@ limitations under the License. #include "boost/tuple/tuple.hpp" #include "SplitBregman_TV_core.h" -//#include "FGP_TV_core.h" #include "LLT_model_core.h" #include "PatchBased_Regul_core.h" #include "TGV_PD_core.h" |