Skip to content

Commit

Permalink
remove unused part of code
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzadka committed Sep 3, 2023
1 parent 65581e2 commit 44ee900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conmech/dynamics/factory/_dynamics_factory_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def denominator_numba(x_i, x_j1, x_j2):


class DynamicsFactory2D(AbstractDynamicsFactory):
def get_edges_features_matrix(self, elements, nodes):# , elements_density: Optional[np.ndarray] = None):
def get_edges_features_matrix(self, elements, nodes):
return get_edges_features_matrix_numba(elements, nodes)

@property
Expand Down

0 comments on commit 44ee900

Please sign in to comment.