From ca7d8445bf2e094656ba010cf4cb30b9934a09c9 Mon Sep 17 00:00:00 2001
From: Edoardo Pasca <edo.paskino@gmail.com>
Date: Sun, 18 Feb 2018 22:11:43 +0000
Subject: renamed GPU ROF_TV

---
 Wrappers/Python/src/gpu_regularizers.pyx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Wrappers/Python')

diff --git a/Wrappers/Python/src/gpu_regularizers.pyx b/Wrappers/Python/src/gpu_regularizers.pyx
index 649015e..5a5d274 100644
--- a/Wrappers/Python/src/gpu_regularizers.pyx
+++ b/Wrappers/Python/src/gpu_regularizers.pyx
@@ -67,7 +67,7 @@ def NML(inputData,
                      h,
                      lambdaf)
 
-def ROF_TV(inputData,
+def ROF_TV_GPU(inputData,
                      iterations, 
                      time_marching_parameter,
                      regularization_parameter):
-- 
cgit v1.2.3