mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
fix for plugin padder
This commit is contained in:
parent
67e484afbe
commit
62c6ecf7ae
@ -52,7 +52,6 @@ class InputData(DataModeler):
|
|||||||
self.addAttribute(
|
self.addAttribute(
|
||||||
name = "meshType",
|
name = "meshType",
|
||||||
a_type = TypeInteger,
|
a_type = TypeInteger,
|
||||||
#range = self.MESHTYPES.listvalues()
|
|
||||||
a_range = [0,1]
|
a_range = [0,1]
|
||||||
)
|
)
|
||||||
self.addAttribute(
|
self.addAttribute(
|
||||||
@ -61,7 +60,6 @@ class InputData(DataModeler):
|
|||||||
a_range = None
|
a_range = None
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Basic use cases and unit tests
|
# Basic use cases and unit tests
|
||||||
|
Loading…
Reference in New Issue
Block a user