Skip to content

Commit

Permalink
Removed unused method with empty start string
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra committed Mar 8, 2024
1 parent e7ee427 commit 66f2273
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/adam/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,6 @@ def get_total_mass(self) -> float:
mass += link.inertial.mass
return mass

def get_ordered_link_list(self):
"""get the ordered list of the link, based on the direction of the graph
Returns:
list: ordered link list
"""
return self.tree.get_ordered_nodes_list()

def print_table(self):
"""print the table that describes the connectivity between the elements.
You need rich to use it
Expand Down

0 comments on commit 66f2273

Please sign in to comment.