Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
schmoelder committed Nov 2, 2023
1 parent 160f0a6 commit 3c6af3e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CADETProcess/dynamicEvents/section.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,11 +784,6 @@ def get_inhomogeneous_shape(value):

for i in value:
i_shape = get_inhomogeneous_shape(i)
# if len(i_shape) == 0:
# i_shape = (1, )

# i_shape = (1, ) + i_shape

shape.append(i_shape)

return shape
Expand Down

0 comments on commit 3c6af3e

Please sign in to comment.