File tree Expand file tree Collapse file tree
m2l/processing/algorithms Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def group(self) -> str:
5656
5757 def groupId (self ) -> str :
5858 """Return the algorithm group ID."""
59- return "loop3d "
59+ return "Loop3d "
6060
6161 def initAlgorithm (self , config : Optional [dict [str , Any ]] = None ) -> None :
6262 """Initialize the algorithm parameters."""
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def group(self) -> str:
6161
6262 def groupId (self ) -> str :
6363 """Return the algorithm group ID."""
64- return "loop3d "
64+ return "Loop3d "
6565
6666 def initAlgorithm (self , config : Optional [dict [str , Any ]] = None ) -> None :
6767 """Initialize the algorithm parameters."""
Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ def name(self) -> str:
5858 return "loop_sorter"
5959
6060 def displayName (self ) -> str :
61- return "loop : Stratigraphic sorter"
61+ return "Loop3d : Stratigraphic sorter"
6262
6363 def group (self ) -> str :
6464 return "Loop3d"
6565
6666 def groupId (self ) -> str :
67- return "loop3d "
67+ return "Loop3d "
6868
6969 # ----------------------------------------------------------
7070 # Parameters
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def group(self) -> str:
6262
6363 def groupId (self ) -> str :
6464 """Return the algorithm group ID."""
65- return "loop3d "
65+ return "Loop3d "
6666
6767 def initAlgorithm (self , config : Optional [dict [str , Any ]] = None ) -> None :
6868 """Initialize the algorithm parameters."""
You can’t perform that action at this time.
0 commit comments