fix for plugin padder

This commit is contained in:
Paul RASCLE 2019-04-09 10:23:32 +02:00
parent 67e484afbe
commit 62c6ecf7ae

View File

@ -52,7 +52,6 @@ class InputData(DataModeler):
self.addAttribute(
name = "meshType",
a_type = TypeInteger,
#range = self.MESHTYPES.listvalues()
a_range = [0,1]
)
self.addAttribute(
@ -61,7 +60,6 @@ class InputData(DataModeler):
a_range = None
)
#
# ==============================================================================
# Basic use cases and unit tests