diff transformations/PermutPixel.py @ 103:ebf8b438362e

corrige nom de la methode get_settings_names_determined_by_complexity(self,complexity)
author SylvainPL <sylvain.pannetier.lebeuf@umontreal.ca>
date Fri, 12 Feb 2010 10:21:02 -0500
parents ae9152581b09
children c25435ee72a8
line wrap: on
line diff
--- a/transformations/PermutPixel.py	Fri Feb 12 10:15:22 2010 -0500
+++ b/transformations/PermutPixel.py	Fri Feb 12 10:21:02 2010 -0500
@@ -26,7 +26,7 @@
     def get_settings_names(self):
         return ['effectuer']
     
-    def get_settings_name_determined_by_complexity(self,complexity):
+    def get_settings_names_determined_by_complexity(self,complexity):
         return ['nombre']
 
     def regenerate_parameters(self, complexity):