Skip to content

Commit

Permalink
BUG: delete extra "bulk."rdcards call in new rdseconct routine
Browse files Browse the repository at this point in the history
  • Loading branch information
twmacro committed Mar 20, 2021
1 parent 40cd1ad commit 8a4a8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyyeti/nastran/bulk.py
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,7 @@ def _get_pairs(card):
for a, b in zip(it, it):
yield a, b

seconct_data = bulk.rdcards(f, "seconct", return_var="list")
seconct_data = rdcards(f, "seconct", return_var="list")
a_ids = []
b_ids = []
if seconct_data is not None:
Expand Down

0 comments on commit 8a4a8de

Please sign in to comment.