summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Wrappers/Python')
-rw-r--r--Wrappers/Python/src/gpu_regularizers.pyx2
1 files changed, 1 insertions, 1 deletions
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):